Html Css Color HEX #6FA5BA Glacier

📋 copy color: '#6FA5BA'

red 111 ◦ green 165 ◦ blue 186

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

Shades of Glacier #6FA5BA

Tints of Glacier #6FA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

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

R = 24.03%
G = 35.71%
B = 40.26%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FA5BA (or 0x6FA5BA) is known color: Glacier. HEX triplet: 6F, A5 and BA. RGB value is (111,165,186). Sum of RGB (Red+Green+Blue) = 111+165+186=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FA5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA5BA is #905A45. Grayscale: #979797. Windows color (decimal): -9460294 or 12232047. OLE color: 12232047.

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

Color convert

RGB 111 165 186 -
CMYK 0.40 0.11 0 0.27
HSL 196.8º 0.35% 0.58% -
HSV(B) 196.8º 0.4% 0.73% -
XYZ 28.87 33.83 51.46 -
YUV 151.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 111 165 186 0.40 0.11 0 0.27 196.8 0.35 0.58
Hex 6F A5 BA 28 B 0 1B C5 23 3A
Octal 157 245 272 50 13 0 33 305 43 72
Binary 1101111 10100101 10111010 101000 1011 0 11011 11000101 100011 111010

Color Harmonies of #6FA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA5BA

Black with #6FA5BA

Text Example


Text Example

White with #6FA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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