Html Css Color HEX #6FB2BE Glacier

📋 copy color: '#6FB2BE'

red 111 ◦ green 178 ◦ blue 190

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

Shades of Glacier #6FB2BE

Tints of Glacier #6FB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.16%

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

R = 23.17%
G = 37.16%
B = 39.67%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6FB2BE (or 0x6FB2BE) is known color: Glacier. HEX triplet: 6F, B2 and BE. RGB value is (111,178,190). Sum of RGB (Red+Green+Blue) = 111+178+190=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2BE is #904D41. Grayscale: #9F9F9F. Windows color (decimal): -9456962 or 12497519. OLE color: 12497519.

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

Color convert

RGB 111 178 190 -
CMYK 0.42 0.06 0 0.25
HSL 189.11º 0.38% 0.59% -
HSV(B) 189.11º 0.42% 0.75% -
XYZ 31.77 38.94 54.56 -
YUV 159.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 111 178 190 0.42 0.06 0 0.25 189.11 0.38 0.59
Hex 6F B2 BE 2A 6 0 19 BD 26 3B
Octal 157 262 276 52 6 0 31 275 46 73
Binary 1101111 10110010 10111110 101010 110 0 11001 10111101 100110 111011

Color Harmonies of #6FB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB2BE

Black with #6FB2BE

Text Example


Text Example

White with #6FB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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