#6AB7C1

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

Shades of Glacier #6AB7C1

Tints of Glacier #6AB7C1

Color information

#6AB7C1 (or 0x6AB7C1) is unknown color: approx Glacier. HEX triplet: 6A, B7 and C1. RGB value is (106,183,193). Sum of RGB (Red+Green+Blue) = 106+183+193=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #6AB7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7C1 is #95483E. Grayscale: #A0A0A0. Windows color (decimal): -9783359 or 12695402. OLE color: 12695402.

HSL color Cylindrical-coordinate representation of color #6AB7C1: hue angle of 186.9º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AB7C1 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB106183193-
CMYK0.450.0500.24
HSL186.9º41.23%58.63%-
HSV(B)186.9º45.08%75.69%-
XYZ32.540.7856.61-
YUV161.12145.9988.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=21.99%
G=37.97%
B=40.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061831930.450.0500.24186.941.2358.63
Hex6AB7C12D5018bb293b
Octal1522673015550302735173
Binary1101010101101111100000110110110101100010111011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,183,193); }

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

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

 a { background-color: rgb(106,183,193); }

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

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

 span { border-color: rgb(106,183,193); }

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