#6AACBE

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

Shades of Glacier #6AACBE

Tints of Glacier #6AACBE

Color information

#6AACBE (or 0x6AACBE) is unknown color: approx Glacier. HEX triplet: 6A, AC and BE. RGB value is (106,172,190). Sum of RGB (Red+Green+Blue) = 106+172+190=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #6AACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACBE is #955341. Grayscale: #9A9A9A. Windows color (decimal): -9786178 or 12495978. OLE color: 12495978.

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

Color convert

RGB106172190-
CMYK0.440.0900.25
HSL192.86º39.25%58.04%-
HSV(B)192.86º44.21%74.51%-
XYZ29.9936.2954.14-
YUV154.32148.1393.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.65%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=22.65%
G=36.75%
B=40.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061721900.440.0900.25192.8639.2558.04
Hex6AACBE2C9019c1273a
Octal15225427654110313014772
Binary11010101010110010111110101100100101100111000001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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