#6CABC7

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

Shades of Glacier #6CABC7

Tints of Glacier #6CABC7

Color information

#6CABC7 (or 0x6CABC7) is unknown color: approx Glacier. HEX triplet: 6C, AB and C7. RGB value is (108,171,199). Sum of RGB (Red+Green+Blue) = 108+171+199=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #6CABC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABC7 is #935438. Grayscale: #9B9B9B. Windows color (decimal): -9655353 or 13085548. OLE color: 13085548.

HSL color Cylindrical-coordinate representation of color #6CABC7: hue angle of 198.46º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CABC7 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB108171199-
CMYK0.460.1400.22
HSL198.46º44.83%60.2%-
HSV(B)198.46º45.73%78.04%-
XYZ31.0636.4459.43-
YUV155.35152.6394.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 199 (78.12% from 255) = 41.63%
R=22.59%
G=35.77%
B=41.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081711990.460.1400.22198.4644.8360.2
Hex6CABC72EE016c62d3c
Octal15425330756160263065574
Binary11011001010101111000111101110111001011011000110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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