#6CB2D6

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

Shades of Malibu #6CB2D6

Tints of Malibu #6CB2D6

Color information

#6CB2D6 (or 0x6CB2D6) is unknown color: approx Malibu. HEX triplet: 6C, B2 and D6. RGB value is (108,178,214). Sum of RGB (Red+Green+Blue) = 108+178+214=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #6CB2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2D6 is #934D29. Grayscale: #A0A0A0. Windows color (decimal): -9653546 or 14070380. OLE color: 14070380.

HSL color Cylindrical-coordinate representation of color #6CB2D6: hue angle of 200.38º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CB2D6 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108178214-
CMYK0.500.1700.16
HSL200.38º56.38%63.14%-
HSV(B)200.38º49.53%83.92%-
XYZ34.2439.8869.51-
YUV161.17157.8190.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.6%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 214 (83.98% from 255) = 42.8%
R=21.6%
G=35.6%
B=42.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081782140.500.1700.16200.3856.3863.14
Hex6CB2D63211010c8383f
Octal15426232662210203107077
Binary110110010110010110101101100101000101000011001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,178,214); }

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

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

 a { background-color: rgb(108,178,214); }

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

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

 span { border-color: rgb(108,178,214); }

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