Html Css Color HEX #6FA7BA Glacier

📋 copy color: '#6FA7BA'

red 111 ◦ green 167 ◦ blue 186

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

Shades of Glacier #6FA7BA

Tints of Glacier #6FA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

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

R = 23.92%
G = 35.99%
B = 40.09%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FA7BA (or 0x6FA7BA) is known color: Glacier. HEX triplet: 6F, A7 and BA. RGB value is (111,167,186). Sum of RGB (Red+Green+Blue) = 111+167+186=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FA7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA7BA is #905845. Grayscale: #989898. Windows color (decimal): -9459782 or 12232559. OLE color: 12232559.

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

Color convert

RGB 111 167 186 -
CMYK 0.40 0.10 0 0.27
HSL 195.2º 0.35% 0.58% -
HSV(B) 195.2º 0.4% 0.73% -
XYZ 29.24 34.56 51.58 -
YUV 152.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 111 167 186 0.40 0.10 0 0.27 195.2 0.35 0.58
Hex 6F A7 BA 28 A 0 1B C3 23 3A
Octal 157 247 272 50 12 0 33 303 43 72
Binary 1101111 10100111 10111010 101000 1010 0 11011 11000011 100011 111010

Color Harmonies of #6FA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA7BA

Black with #6FA7BA

Text Example


Text Example

White with #6FA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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