Html Css Color HEX #6FB4BE Glacier

📋 copy color: '#6FB4BE'

red 111 ◦ green 180 ◦ blue 190

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

Shades of Glacier #6FB4BE

Tints of Glacier #6FB4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 23.08%
G = 37.42%
B = 39.5%

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

#6FB4BE (or 0x6FB4BE) is known color: Glacier. HEX triplet: 6F, B4 and BE. RGB value is (111,180,190). Sum of RGB (Red+Green+Blue) = 111+180+190=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4BE is #904B41. Grayscale: #A0A0A0. Windows color (decimal): -9456450 or 12498031. OLE color: 12498031.

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

Color convert

RGB 111 180 190 -
CMYK 0.42 0.05 0 0.25
HSL 187.59º 0.38% 0.59% -
HSV(B) 187.59º 0.42% 0.75% -
XYZ 32.17 39.74 54.69 -
YUV 160.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 111 180 190 0.42 0.05 0 0.25 187.59 0.38 0.59
Hex 6F B4 BE 2A 5 0 19 BC 26 3B
Octal 157 264 276 52 5 0 31 274 46 73
Binary 1101111 10110100 10111110 101010 101 0 11001 10111100 100110 111011

Color Harmonies of #6FB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB4BE

Black with #6FB4BE

Text Example


Text Example

White with #6FB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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