#6CBAC6

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

Shades of Glacier #6CBAC6

Tints of Glacier #6CBAC6

Color information

#6CBAC6 (or 0x6CBAC6) is unknown color: approx Glacier. HEX triplet: 6C, BA and C6. RGB value is (108,186,198). Sum of RGB (Red+Green+Blue) = 108+186+198=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #6CBAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAC6 is #934539. Grayscale: #A3A3A3. Windows color (decimal): -9651514 or 13023852. OLE color: 13023852.

HSL color Cylindrical-coordinate representation of color #6CBAC6: hue angle of 188º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CBAC6 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB108186198-
CMYK0.450.0600.22
HSL188º44.12%60%-
HSV(B)188º45.45%77.65%-
XYZ33.9442.3859.82-
YUV164.05147.1688.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.95%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=21.95%
G=37.80%
B=40.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081861980.450.0600.2218844.1260
Hex6CBAC62D6016bc2c3c
Octal1542723065560262745474
Binary1101100101110101100011010110111001011010111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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