#6CABBA

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

Shades of Glacier #6CABBA

Tints of Glacier #6CABBA

Color information

#6CABBA (or 0x6CABBA) is unknown color: approx Glacier. HEX triplet: 6C, AB and BA. RGB value is (108,171,186). Sum of RGB (Red+Green+Blue) = 108+171+186=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABBA is #935445. Grayscale: #999999. Windows color (decimal): -9655366 or 12233580. OLE color: 12233580.

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

Color convert

RGB108171186-
CMYK0.420.0800.27
HSL191.54º36.11%57.65%-
HSV(B)191.54º41.94%72.94%-
XYZ29.6135.8651.82-
YUV153.87146.1395.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.23%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 186 (73.05% from 255) = 40%
R=23.23%
G=36.77%
B=40%

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
Decimal1081711860.420.0800.27191.5436.1157.65
Hex6CABBA2A801Bc0243a
Octal15425327252100333004472
Binary11011001010101110111010101010100001101111000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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