#6CA8BA

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

Shades of Glacier #6CA8BA

Tints of Glacier #6CA8BA

Color information

#6CA8BA (or 0x6CA8BA) is unknown color: approx Glacier. HEX triplet: 6C, A8 and BA. RGB value is (108,168,186). Sum of RGB (Red+Green+Blue) = 108+168+186=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CA8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8BA is #935745. Grayscale: #979797. Windows color (decimal): -9656134 or 12232812. OLE color: 12232812.

HSL color Cylindrical-coordinate representation of color #6CA8BA: hue angle of 193.85º 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 #6CA8BA is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB108168186-
CMYK0.420.1000.27
HSL193.85º36.11%57.65%-
HSV(B)193.85º41.94%72.94%-
XYZ29.0534.7451.63-
YUV152.11147.1296.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.38%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=23.38%
G=36.36%
B=40.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081681860.420.1000.27193.8536.1157.65
Hex6CA8BA2AA01Bc2243a
Octal15425027252120333024472
Binary11011001010100010111010101010101001101111000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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