Html Css Color HEX #6FA5BE Glacier

📋 copy color: '#6FA5BE'

red 111 ◦ green 165 ◦ blue 190

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

Shades of Glacier #6FA5BE

Tints of Glacier #6FA5BE

RGB

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

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

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

R = 23.82%
G = 35.41%
B = 40.77%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6FA5BE (or 0x6FA5BE) is known color: Glacier. HEX triplet: 6F, A5 and BE. RGB value is (111,165,190). Sum of RGB (Red+Green+Blue) = 111+165+190=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA5BE is #905A41. Grayscale: #979797. Windows color (decimal): -9460290 or 12494191. OLE color: 12494191.

HSL color Cylindrical-coordinate representation of color #6FA5BE: hue angle of 198.99º 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 #6FA5BE is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 165 190 -
CMYK 0.42 0.13 0 0.25
HSL 198.99º 0.38% 0.59% -
HSV(B) 198.99º 0.42% 0.75% -
XYZ 29.3 34.01 53.73 -
YUV 151.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 111 165 190 0.42 0.13 0 0.25 198.99 0.38 0.59
Hex 6F A5 BE 2A D 0 19 C7 26 3B
Octal 157 245 276 52 15 0 31 307 46 73
Binary 1101111 10100101 10111110 101010 1101 0 11001 11000111 100110 111011

Color Harmonies of #6FA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA5BE

Black with #6FA5BE

Text Example


Text Example

White with #6FA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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