Html Css Color HEX #6FA9BE Glacier

📋 copy color: '#6FA9BE'

red 111 ◦ green 169 ◦ blue 190

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

Shades of Glacier #6FA9BE

Tints of Glacier #6FA9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.96%

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 23.62%
G = 35.96%
B = 40.43%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6FA9BE (or 0x6FA9BE) is known color: Glacier. HEX triplet: 6F, A9 and BE. RGB value is (111,169,190). Sum of RGB (Red+Green+Blue) = 111+169+190=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FA9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA9BE is #905641. Grayscale: #999999. Windows color (decimal): -9459266 or 12495215. OLE color: 12495215.

HSL color Cylindrical-coordinate representation of color #6FA9BE: hue angle of 195.95º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FA9BE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 169 190 -
CMYK 0.42 0.11 0 0.25
HSL 195.95º 0.38% 0.59% -
HSV(B) 195.95º 0.42% 0.75% -
XYZ 30.04 35.47 53.98 -
YUV 154.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 111 169 190 0.42 0.11 0 0.25 195.95 0.38 0.59
Hex 6F A9 BE 2A B 0 19 C4 26 3B
Octal 157 251 276 52 13 0 31 304 46 73
Binary 1101111 10101001 10111110 101010 1011 0 11001 11000100 100110 111011

Color Harmonies of #6FA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA9BE

Black with #6FA9BE

Text Example


Text Example

White with #6FA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,169,190); }

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

background-color css

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

 a { background-color: rgb(111,169,190); }

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

border-color css

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

 span { border-color: rgb(111,169,190); }

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