#6CA6BE

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

Shades of Glacier #6CA6BE

Tints of Glacier #6CA6BE

Color information

#6CA6BE (or 0x6CA6BE) is unknown color: approx Glacier. HEX triplet: 6C, A6 and BE. RGB value is (108,166,190). Sum of RGB (Red+Green+Blue) = 108+166+190=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CA6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA6BE is #935941. Grayscale: #979797. Windows color (decimal): -9656642 or 12494444. OLE color: 12494444.

HSL color Cylindrical-coordinate representation of color #6CA6BE: hue angle of 197.56º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CA6BE is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108166190-
CMYK0.430.1300.25
HSL197.56º38.68%58.43%-
HSV(B)197.56º43.16%74.51%-
XYZ29.1134.1853.78-
YUV151.39149.7897.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.28%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=23.28%
G=35.78%
B=40.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081661900.430.1300.25197.5638.6858.43
Hex6CA6BE2BD019c6273a
Octal15424627653150313064772
Binary11011001010011010111110101011110101100111000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,166,190); }

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

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

 a { background-color: rgb(108,166,190); }

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

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

 span { border-color: rgb(108,166,190); }

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