Html Css Color HEX #6FAFBE Glacier

📋 copy color: '#6FAFBE'

red 111 ◦ green 175 ◦ blue 190

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

Shades of Glacier #6FAFBE

Tints of Glacier #6FAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

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

R = 23.32%
G = 36.76%
B = 39.92%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6FAFBE (or 0x6FAFBE) is known color: Glacier. HEX triplet: 6F, AF and BE. RGB value is (111,175,190). Sum of RGB (Red+Green+Blue) = 111+175+190=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFBE is #905041. Grayscale: #9D9D9D. Windows color (decimal): -9457730 or 12496751. OLE color: 12496751.

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

Color convert

RGB 111 175 190 -
CMYK 0.42 0.08 0 0.25
HSL 191.39º 0.38% 0.59% -
HSV(B) 191.39º 0.42% 0.75% -
XYZ 31.18 37.76 54.36 -
YUV 157.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 111 175 190 0.42 0.08 0 0.25 191.39 0.38 0.59
Hex 6F AF BE 2A 8 0 19 BF 26 3B
Octal 157 257 276 52 10 0 31 277 46 73
Binary 1101111 10101111 10111110 101010 1000 0 11001 10111111 100110 111011

Color Harmonies of #6FAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFBE

Black with #6FAFBE

Text Example


Text Example

White with #6FAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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