#6CACBA

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

Shades of Glacier #6CACBA

Tints of Glacier #6CACBA

Color information

#6CACBA (or 0x6CACBA) is unknown color: approx Glacier. HEX triplet: 6C, AC and BA. RGB value is (108,172,186). Sum of RGB (Red+Green+Blue) = 108+172+186=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACBA is #935345. Grayscale: #9A9A9A. Windows color (decimal): -9655110 or 12233836. OLE color: 12233836.

HSL color Cylindrical-coordinate representation of color #6CACBA: hue angle of 190.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CACBA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB108172186-
CMYK0.420.0800.27
HSL190.77º36.11%57.65%-
HSV(B)190.77º41.94%72.94%-
XYZ29.836.2451.88-
YUV154.46145.894.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.18%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=23.18%
G=36.91%
B=39.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081721860.420.0800.27190.7736.1157.65
Hex6CACBA2A801Bbf243a
Octal15425427252100332774472
Binary11011001010110010111010101010100001101110111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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