#6CABBC

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

Shades of Glacier #6CABBC

Tints of Glacier #6CABBC

Color information

#6CABBC (or 0x6CABBC) is unknown color: approx Glacier. HEX triplet: 6C, AB and BC. RGB value is (108,171,188). Sum of RGB (Red+Green+Blue) = 108+171+188=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABBC is #935443. Grayscale: #999999. Windows color (decimal): -9655364 or 12364652. OLE color: 12364652.

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

Color convert

RGB108171188-
CMYK0.430.0900.26
HSL192.75º37.38%58.04%-
HSV(B)192.75º42.55%73.73%-
XYZ29.8235.9452.94-
YUV154.1147.1395.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.13%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=23.13%
G=36.62%
B=40.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081711880.430.0900.26192.7537.3858.04
Hex6CABBC2B901Ac1253a
Octal15425327453110323014572
Binary11011001010101110111100101011100101101011000001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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