#6CAAD6

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

Shades of Malibu #6CAAD6

Tints of Malibu #6CAAD6

Color information

#6CAAD6 (or 0x6CAAD6) is unknown color: approx Malibu. HEX triplet: 6C, AA and D6. RGB value is (108,170,214). Sum of RGB (Red+Green+Blue) = 108+170+214=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #6CAAD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAAD6 is #935529. Grayscale: #9C9C9C. Windows color (decimal): -9655594 or 14068332. OLE color: 14068332.

HSL color Cylindrical-coordinate representation of color #6CAAD6: hue angle of 204.91º 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 #6CAAD6 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108170214-
CMYK0.500.2100.16
HSL204.91º56.38%63.14%-
HSV(B)204.91º49.53%83.92%-
XYZ32.736.7969-
YUV156.48160.4693.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.95%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=21.95%
G=34.55%
B=43.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081702140.500.2100.16204.9156.3863.14
Hex6CAAD63215010cd383f
Octal15425232662250203157077
Binary110110010101010110101101100101010101000011001101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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