Html Css Color HEX #6AAABB Glacier

📋 copy color: '#6AAABB'

red 106 ◦ green 170 ◦ blue 187

#6AAABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #6AAABB

Tints of Glacier #6AAABB

RGB

 RED value IS 106 (41.8% from 255) = 22.89%

 GREEN value IS 170 (66.8% from 255) = 36.72%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 22.89%
G = 36.72%
B = 40.39%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6AAABB (or 0x6AAABB) is known color: Glacier. HEX triplet: 6A, AA and BB. RGB value is (106,170,187). Sum of RGB (Red+Green+Blue) = 106+170+187=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #6AAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAABB is #955544. Grayscale: #989898. Windows color (decimal): -9786693 or 12298858. OLE color: 12298858.

HSL color Cylindrical-coordinate representation of color #6AAABB: hue angle of 192.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AAABB is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 170 187 -
CMYK 0.43 0.09 0 0.27
HSL 192.59º 0.37% 0.57% -
HSV(B) 192.59º 0.43% 0.73% -
XYZ 29.29 35.4 52.3 -
YUV 152.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 106 170 187 0.43 0.09 0 0.27 192.59 0.37 0.57
Hex 6A AA BB 2B 9 0 1B C1 25 39
Octal 152 252 273 53 11 0 33 301 45 71
Binary 1101010 10101010 10111011 101011 1001 0 11011 11000001 100101 111001

Color Harmonies of #6AAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAABB

Black with #6AAABB

Text Example


Text Example

White with #6AAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,187); }

 H1.HeaderClassName
 {
   color: #6AAABB;
 }
 .AnyTagClassName
 {
   color: #6AAABB;
 }
</style>

background-color css

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

 a { background-color: rgb(106,170,187); }

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

border-color css

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

 span { border-color: rgb(106,170,187); }

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