#6CA8BE

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

Shades of Glacier #6CA8BE

Tints of Glacier #6CA8BE

Color information

#6CA8BE (or 0x6CA8BE) is unknown color: approx Glacier. HEX triplet: 6C, A8 and BE. RGB value is (108,168,190). Sum of RGB (Red+Green+Blue) = 108+168+190=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8BE is #935741. Grayscale: #989898. Windows color (decimal): -9656130 or 12494956. OLE color: 12494956.

HSL color Cylindrical-coordinate representation of color #6CA8BE: hue angle of 196.1º 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 #6CA8BE is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108168190-
CMYK0.430.1200.25
HSL196.1º38.68%58.43%-
HSV(B)196.1º43.16%74.51%-
XYZ29.4834.9153.9-
YUV152.57149.1296.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.18%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=23.18%
G=36.05%
B=40.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081681900.430.1200.25196.138.6858.43
Hex6CA8BE2BC019c4273a
Octal15425027653140313044772
Binary11011001010100010111110101011110001100111000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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