#6CB5DC

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

Shades of Malibu #6CB5DC

Tints of Malibu #6CB5DC

Color information

#6CB5DC (or 0x6CB5DC) is unknown color: approx Malibu. HEX triplet: 6C, B5 and DC. RGB value is (108,181,220). Sum of RGB (Red+Green+Blue) = 108+181+220=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CB5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB5DC is #934A23. Grayscale: #A3A3A3. Windows color (decimal): -9652772 or 14464364. OLE color: 14464364.

HSL color Cylindrical-coordinate representation of color #6CB5DC: hue angle of 200.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CB5DC is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108181220-
CMYK0.510.1800.14
HSL200.89º61.54%64.31%-
HSV(B)200.89º50.91%86.27%-
XYZ35.6341.473.82-
YUV163.62159.8288.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.22%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=21.22%
G=35.56%
B=43.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081812200.510.1800.14200.8961.5464.31
Hex6CB5DC33120Ec93e40
Octal154265334632201631176100
Binary110110010110101110111001100111001001110110010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,181,220); }

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

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

 a { background-color: rgb(108,181,220); }

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

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

 span { border-color: rgb(108,181,220); }

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