Html Css Color HEX #6FA5BB Glacier

📋 copy color: '#6FA5BB'

red 111 ◦ green 165 ◦ blue 187

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

Shades of Glacier #6FA5BB

Tints of Glacier #6FA5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 23.97%
G = 35.64%
B = 40.39%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FA5BB (or 0x6FA5BB) is known color: Glacier. HEX triplet: 6F, A5 and BB. RGB value is (111,165,187). Sum of RGB (Red+Green+Blue) = 111+165+187=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FA5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA5BB is #905A44. Grayscale: #979797. Windows color (decimal): -9460293 or 12297583. OLE color: 12297583.

HSL color Cylindrical-coordinate representation of color #6FA5BB: hue angle of 197.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FA5BB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 165 187 -
CMYK 0.41 0.12 0 0.27
HSL 197.37º 0.36% 0.58% -
HSV(B) 197.37º 0.41% 0.73% -
XYZ 28.98 33.88 52.03 -
YUV 151.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 111 165 187 0.41 0.12 0 0.27 197.37 0.36 0.58
Hex 6F A5 BB 29 C 0 1B C5 24 3A
Octal 157 245 273 51 14 0 33 305 44 72
Binary 1101111 10100101 10111011 101001 1100 0 11011 11000101 100100 111010

Color Harmonies of #6FA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA5BB

Black with #6FA5BB

Text Example


Text Example

White with #6FA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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