#6AA8BE

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

Shades of Glacier #6AA8BE

Tints of Glacier #6AA8BE

Color information

#6AA8BE (or 0x6AA8BE) is unknown color: approx Glacier. HEX triplet: 6A, A8 and BE. RGB value is (106,168,190). Sum of RGB (Red+Green+Blue) = 106+168+190=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #6AA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA8BE is #955741. Grayscale: #979797. Windows color (decimal): -9787202 or 12494954. OLE color: 12494954.

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

Color convert

RGB106168190-
CMYK0.440.1200.25
HSL195.71º39.25%58.04%-
HSV(B)195.71º44.21%74.51%-
XYZ29.2434.7953.89-
YUV151.97149.4695.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.84%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=22.84%
G=36.21%
B=40.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061681900.440.1200.25195.7139.2558.04
Hex6AA8BE2CC019c4273a
Octal15225027654140313044772
Binary11010101010100010111110101100110001100111000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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