#6CB8DD

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

Shades of Malibu #6CB8DD

Tints of Malibu #6CB8DD

Color information

#6CB8DD (or 0x6CB8DD) is unknown color: approx Malibu. HEX triplet: 6C, B8 and DD. RGB value is (108,184,221). Sum of RGB (Red+Green+Blue) = 108+184+221=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CB8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB8DD is #934722. Grayscale: #A5A5A5. Windows color (decimal): -9652003 or 14530668. OLE color: 14530668.

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

Color convert

RGB108184221-
CMYK0.510.1700.13
HSL199.65º62.43%64.51%-
HSV(B)199.65º51.13%86.67%-
XYZ36.3842.6974.73-
YUV165.49159.3286.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.05%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=21.05%
G=35.87%
B=43.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081842210.510.1700.13199.6562.4364.51
Hex6CB8DD33110Dc83e41
Octal154270335632101531076101
Binary110110010111000110111011100111000101101110010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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