#6AB4BF

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

Shades of Glacier #6AB4BF

Tints of Glacier #6AB4BF

Color information

#6AB4BF (or 0x6AB4BF) is unknown color: approx Glacier. HEX triplet: 6A, B4 and BF. RGB value is (106,180,191). Sum of RGB (Red+Green+Blue) = 106+180+191=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AB4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB4BF is #954B40. Grayscale: #9F9F9F. Windows color (decimal): -9784129 or 12563562. OLE color: 12563562.

HSL color Cylindrical-coordinate representation of color #6AB4BF: hue angle of 187.76º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AB4BF is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106180191-
CMYK0.450.0600.25
HSL187.76º39.91%58.24%-
HSV(B)187.76º44.5%74.9%-
XYZ31.6739.4755.24-
YUV159.13145.9890.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.22%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 191 (75% from 255) = 40.04%
R=22.22%
G=37.74%
B=40.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061801910.450.0600.25187.7639.9158.24
Hex6AB4BF2D6019bc283a
Octal1522642775560312745072
Binary1101010101101001011111110110111001100110111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,180,191); }

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

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

 a { background-color: rgb(106,180,191); }

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

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

 span { border-color: rgb(106,180,191); }

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