Html Css Color HEX #6FAAB9 Glacier

📋 copy color: '#6FAAB9'

red 111 ◦ green 170 ◦ blue 185

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

Shades of Glacier #6FAAB9

Tints of Glacier #6FAAB9

RGB

 RED value IS 111 (43.75% from 255) = 23.82%

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

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 23.82%
G = 36.48%
B = 39.7%

CMYK

 C value IS 0.4

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FAAB9 (or 0x6FAAB9) is known color: Glacier. HEX triplet: 6F, AA and B9. RGB value is (111,170,185). Sum of RGB (Red+Green+Blue) = 111+170+185=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #6FAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAAB9 is #905546. Grayscale: #999999. Windows color (decimal): -9459015 or 12167791. OLE color: 12167791.

HSL color Cylindrical-coordinate representation of color #6FAAB9: hue angle of 192.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FAAB9 is Cyan = 0.4, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 170 185 -
CMYK 0.4 0.08 0 0.27
HSL 192.16º 0.35% 0.58% -
HSV(B) 192.16º 0.4% 0.73% -
XYZ 29.69 35.63 51.21 -
YUV 154.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 111 170 185 0.4 0.08 0 0.27 192.16 0.35 0.58
Hex 6F AA B9 28 8 0 1B C0 23 3A
Octal 157 252 271 50 10 0 33 300 43 72
Binary 1101111 10101010 10111001 101000 1000 0 11011 11000000 100011 111010

Color Harmonies of #6FAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAAB9

Black with #6FAAB9

Text Example


Text Example

White with #6FAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,170,185); }

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

background-color css

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

 a { background-color: rgb(111,170,185); }

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

border-color css

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

 span { border-color: rgb(111,170,185); }

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