#6CBBD9

Color #6CBBD9 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6CBBD9

Tints of Malibu #6CBBD9

Color information

#6CBBD9 (or 0x6CBBD9) is unknown color: approx Malibu. HEX triplet: 6C, BB and D9. RGB value is (108,187,217). Sum of RGB (Red+Green+Blue) = 108+187+217=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #6CBBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBD9 is #934426. Grayscale: #A6A6A6. Windows color (decimal): -9651239 or 14269292. OLE color: 14269292.

HSL color Cylindrical-coordinate representation of color #6CBBD9: hue angle of 196.51º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CBBD9 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB108187217-
CMYK0.500.1400.15
HSL196.51º58.92%63.73%-
HSV(B)196.51º50.23%85.1%-
XYZ36.4843.7472.17-
YUV166.8156.3386.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 21.09%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 217 (85.16% from 255) = 42.38%
R=21.09%
G=36.52%
B=42.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1081872170.500.1400.15196.5158.9263.73
Hex6CBBD932E0Fc53b40
Octal154273331621601730573100
Binary11011001011101111011001110010111001111110001011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CBBD9; }

 p { color: rgb(108,187,217); }

 H1.HeaderClassName
 {
   color: #6CBBD9;
 }
 .AnyTagClassName
 {
   color: #6CBBD9;
 }
</style>
background-color css

<style>
 a { background-color: #6CBBD9; }

 a { background-color: rgb(108,187,217); }

 div.DivClassName
 {
   background-color: #6CBBD9;
 }
 .BgClassName
 {
   background-color: #6CBBD9;
 }
</style>
border-color css

<style>
 span { border-color: #6CBBD9; }

 span { border-color: rgb(108,187,217); }

 td.TdClassName
 {
   border-color: #6CBBD9;
 }
 .TagClassName
 {
   border-color: #6CBBD9;
 }
</style>