#6AABBE

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

Shades of Glacier #6AABBE

Tints of Glacier #6AABBE

Color information

#6AABBE (or 0x6AABBE) is unknown color: approx Glacier. HEX triplet: 6A, AB and BE. RGB value is (106,171,190). Sum of RGB (Red+Green+Blue) = 106+171+190=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #6AABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABBE is #955441. Grayscale: #999999. Windows color (decimal): -9786434 or 12495722. OLE color: 12495722.

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

Color convert

RGB106171190-
CMYK0.440.1000.25
HSL193.57º39.25%58.04%-
HSV(B)193.57º44.21%74.51%-
XYZ29.835.9154.08-
YUV153.73148.4793.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=22.70%
G=36.62%
B=40.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061711900.440.1000.25193.5739.2558.04
Hex6AABBE2CA019c2273a
Octal15225327654120313024772
Binary11010101010101110111110101100101001100111000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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