Html Css Color HEX #6AAABF Glacier

📋 copy color: '#6AAABF'

red 106 ◦ green 170 ◦ blue 191

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

Shades of Glacier #6AAABF

Tints of Glacier #6AAABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.9%

R = 22.7%
G = 36.4%
B = 40.9%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6AAABF (or 0x6AAABF) is known color: Glacier. HEX triplet: 6A, AA and BF. RGB value is (106,170,191). Sum of RGB (Red+Green+Blue) = 106+170+191=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAABF is #955540. Grayscale: #999999. Windows color (decimal): -9786689 or 12561002. OLE color: 12561002.

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

Color convert

RGB 106 170 191 -
CMYK 0.45 0.11 0 0.25
HSL 194.82º 0.4% 0.58% -
HSV(B) 194.82º 0.45% 0.75% -
XYZ 29.72 35.58 54.59 -
YUV 153.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 106 170 191 0.45 0.11 0 0.25 194.82 0.4 0.58
Hex 6A AA BF 2D B 0 19 C3 28 3A
Octal 152 252 277 55 13 0 31 303 50 72
Binary 1101010 10101010 10111111 101101 1011 0 11001 11000011 101000 111010

Color Harmonies of #6AAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAABF

Black with #6AAABF

Text Example


Text Example

White with #6AAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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