Html Css Color HEX #6FAABA Glacier

📋 copy color: '#6FAABA'

red 111 ◦ green 170 ◦ blue 186

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

Shades of Glacier #6FAABA

Tints of Glacier #6FAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 23.77%
G = 36.4%
B = 39.83%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FAABA (or 0x6FAABA) is known color: Glacier. HEX triplet: 6F, AA and BA. RGB value is (111,170,186). Sum of RGB (Red+Green+Blue) = 111+170+186=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAABA is #905545. Grayscale: #9A9A9A. Windows color (decimal): -9459014 or 12233327. OLE color: 12233327.

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

Color convert

RGB 111 170 186 -
CMYK 0.40 0.09 0 0.27
HSL 192.8º 0.35% 0.58% -
HSV(B) 192.8º 0.4% 0.73% -
XYZ 29.79 35.67 51.77 -
YUV 154.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 111 170 186 0.40 0.09 0 0.27 192.8 0.35 0.58
Hex 6F AA BA 28 9 0 1B C1 23 3A
Octal 157 252 272 50 11 0 33 301 43 72
Binary 1101111 10101010 10111010 101000 1001 0 11011 11000001 100011 111010

Color Harmonies of #6FAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAABA

Black with #6FAABA

Text Example


Text Example

White with #6FAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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