#6CACDA

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

Shades of Malibu #6CACDA

Tints of Malibu #6CACDA

Color information

#6CACDA (or 0x6CACDA) is unknown color: approx Malibu. HEX triplet: 6C, AC and DA. RGB value is (108,172,218). Sum of RGB (Red+Green+Blue) = 108+172+218=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACDA is #935325. Grayscale: #9D9D9D. Windows color (decimal): -9655078 or 14330988. OLE color: 14330988.

HSL color Cylindrical-coordinate representation of color #6CACDA: hue angle of 205.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CACDA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB108172218-
CMYK0.500.2100.15
HSL205.09º59.78%63.92%-
HSV(B)205.09º50.46%85.49%-
XYZ33.5937.7671.85-
YUV158.11161.892.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.69%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=21.69%
G=34.54%
B=43.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1081722180.500.2100.15205.0959.7863.92
Hex6CACDA32150Fcd3c40
Octal154254332622501731574100
Binary110110010101100110110101100101010101111110011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,172,218); }

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

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

 a { background-color: rgb(108,172,218); }

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

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

 span { border-color: rgb(108,172,218); }

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