#6AB3BF

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

Shades of Glacier #6AB3BF

Tints of Glacier #6AB3BF

Color information

#6AB3BF (or 0x6AB3BF) is unknown color: approx Glacier. HEX triplet: 6A, B3 and BF. RGB value is (106,179,191). Sum of RGB (Red+Green+Blue) = 106+179+191=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AB3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB3BF is #954C40. Grayscale: #9E9E9E. Windows color (decimal): -9784385 or 12563306. OLE color: 12563306.

HSL color Cylindrical-coordinate representation of color #6AB3BF: hue angle of 188.47º 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 #6AB3BF is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106179191-
CMYK0.450.0600.25
HSL188.47º39.91%58.24%-
HSV(B)188.47º44.5%74.9%-
XYZ31.4739.0755.17-
YUV158.54146.3290.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.27%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 191 (75% from 255) = 40.13%
R=22.27%
G=37.61%
B=40.13%

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
Decimal1061791910.450.0600.25188.4739.9158.24
Hex6AB3BF2D6019bc283a
Octal1522632775560312745072
Binary1101010101100111011111110110111001100110111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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