Html Css Color HEX #6FB5BE Glacier

📋 copy color: '#6FB5BE'

red 111 ◦ green 181 ◦ blue 190

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

Shades of Glacier #6FB5BE

Tints of Glacier #6FB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.55%

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

R = 23.03%
G = 37.55%
B = 39.42%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6FB5BE (or 0x6FB5BE) is known color: Glacier. HEX triplet: 6F, B5 and BE. RGB value is (111,181,190). Sum of RGB (Red+Green+Blue) = 111+181+190=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FB5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB5BE is #904A41. Grayscale: #A0A0A0. Windows color (decimal): -9456194 or 12498287. OLE color: 12498287.

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

Color convert

RGB 111 181 190 -
CMYK 0.42 0.05 0 0.25
HSL 186.84º 0.38% 0.59% -
HSV(B) 186.84º 0.42% 0.75% -
XYZ 32.37 40.14 54.76 -
YUV 161.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 111 181 190 0.42 0.05 0 0.25 186.84 0.38 0.59
Hex 6F B5 BE 2A 5 0 19 BB 26 3B
Octal 157 265 276 52 5 0 31 273 46 73
Binary 1101111 10110101 10111110 101010 101 0 11001 10111011 100110 111011

Color Harmonies of #6FB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB5BE

Black with #6FB5BE

Text Example


Text Example

White with #6FB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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