#6CAABC

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

Shades of Glacier #6CAABC

Tints of Glacier #6CAABC

Color information

#6CAABC (or 0x6CAABC) is unknown color: approx Glacier. HEX triplet: 6C, AA and BC. RGB value is (108,170,188). Sum of RGB (Red+Green+Blue) = 108+170+188=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAABC is #935543. Grayscale: #999999. Windows color (decimal): -9655620 or 12364396. OLE color: 12364396.

HSL color Cylindrical-coordinate representation of color #6CAABC: hue angle of 193.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CAABC is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108170188-
CMYK0.430.1000.26
HSL193.5º37.38%58.04%-
HSV(B)193.5º42.55%73.73%-
XYZ29.6435.5752.88-
YUV153.51147.4695.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.18%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=23.18%
G=36.48%
B=40.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081701880.430.1000.26193.537.3858.04
Hex6CAABC2BA01Ac2253a
Octal15425227453120323024572
Binary11011001010101010111100101011101001101011000010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,188); }

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

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

 a { background-color: rgb(108,170,188); }

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

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

 span { border-color: rgb(108,170,188); }

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