#6BB8DD

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

Shades of Malibu #6BB8DD

Tints of Malibu #6BB8DD

Color information

#6BB8DD (or 0x6BB8DD) is unknown color: approx Malibu. HEX triplet: 6B, B8 and DD. RGB value is (107,184,221). Sum of RGB (Red+Green+Blue) = 107+184+221=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB8DD is #944722. Grayscale: #A4A4A4. Windows color (decimal): -9717539 or 14530667. OLE color: 14530667.

HSL color Cylindrical-coordinate representation of color #6BB8DD: hue angle of 199.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB8DD is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107184221-
CMYK0.520.1700.13
HSL199.47º62.64%64.31%-
HSV(B)199.47º51.58%86.67%-
XYZ36.2642.6374.72-
YUV165.2159.4986.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.90%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=20.90%
G=35.94%
B=43.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071842210.520.1700.13199.4762.6464.31
Hex6BB8DD34110Dc73f40
Octal153270335642101530777100
Binary110101110111000110111011101001000101101110001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,184,221); }

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

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

 a { background-color: rgb(107,184,221); }

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

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

 span { border-color: rgb(107,184,221); }

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