#6AB1BE

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

Shades of Glacier #6AB1BE

Tints of Glacier #6AB1BE

Color information

#6AB1BE (or 0x6AB1BE) is unknown color: approx Glacier. HEX triplet: 6A, B1 and BE. RGB value is (106,177,190). Sum of RGB (Red+Green+Blue) = 106+177+190=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #6AB1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB1BE is #954E41. Grayscale: #9D9D9D. Windows color (decimal): -9784898 or 12497258. OLE color: 12497258.

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

Color convert

RGB106177190-
CMYK0.440.0700.25
HSL189.29º39.25%58.04%-
HSV(B)189.29º44.21%74.51%-
XYZ30.9638.2354.46-
YUV157.25146.4891.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=22.41%
G=37.42%
B=40.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061771900.440.0700.25189.2939.2558.04
Hex6AB1BE2C7019bd273a
Octal1522612765470312754772
Binary1101010101100011011111010110011101100110111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,177,190); }

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

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

 a { background-color: rgb(106,177,190); }

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

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

 span { border-color: rgb(106,177,190); }

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