Html Css Color HEX #6FABBA Glacier

📋 copy color: '#6FABBA'

red 111 ◦ green 171 ◦ blue 186

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

Shades of Glacier #6FABBA

Tints of Glacier #6FABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

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

R = 23.72%
G = 36.54%
B = 39.74%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FABBA (or 0x6FABBA) is known color: Glacier. HEX triplet: 6F, AB and BA. RGB value is (111,171,186). Sum of RGB (Red+Green+Blue) = 111+171+186=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABBA is #905445. Grayscale: #9A9A9A. Windows color (decimal): -9458758 or 12233583. OLE color: 12233583.

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

Color convert

RGB 111 171 186 -
CMYK 0.40 0.08 0 0.27
HSL 192º 0.35% 0.58% -
HSV(B) 192º 0.4% 0.73% -
XYZ 29.98 36.05 51.83 -
YUV 154.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 111 171 186 0.40 0.08 0 0.27 192 0.35 0.58
Hex 6F AB BA 28 8 0 1B C0 23 3A
Octal 157 253 272 50 10 0 33 300 43 72
Binary 1101111 10101011 10111010 101000 1000 0 11011 11000000 100011 111010

Color Harmonies of #6FABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABBA

Black with #6FABBA

Text Example


Text Example

White with #6FABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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