Shades of Glacier #6FBEBF
Tints of Glacier #6FBEBF
RGB
CMYK
RGB Variations
Color information
#6FBEBF (or 0x6FBEBF) is known color: Glacier. HEX triplet: 6F, BE and BF. RGB value is (111,190,191). Sum of RGB (Red+Green+Blue) = 111+190+191=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEBF is #904140. Grayscale: #A6A6A6. Windows color (decimal): -9453889 or 12566127. OLE color: 12566127.
HSL color Cylindrical-coordinate representation of color #6FBEBF: hue angle of 180.75º 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 #6FBEBF is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 191 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.25 |
| HSL | 180.75º | 0.38% | 0.59% | - |
| HSV(B) | 180.75º | 0.42% | 0.75% | - |
| XYZ | 34.37 | 43.97 | 55.97 | - |
| YUV | 166.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 191 | 0.42 | 0.01 | 0 | 0.25 | 180.75 | 0.38 | 0.59 |
| Hex | 6F | BE | BF | 2A | 1 | 0 | 19 | B5 | 26 | 3B |
| Octal | 157 | 276 | 277 | 52 | 1 | 0 | 31 | 265 | 46 | 73 |
| Binary | 1101111 | 10111110 | 10111111 | 101010 | 1 | 0 | 11001 | 10110101 | 100110 | 111011 |
Color Harmonies of #6FBEBF
Complementary color
Monochromatic Colors of #6FBEBF
Black with #6FBEBF
Text Example
Text Example
White with #6FBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEBF; }
p { color: rgb(111,190,191); }
H1.HeaderClassName
{
color: #6FBEBF;
}
.AnyTagClassName
{
color: #6FBEBF;
}
</style>
background-color css
<style>
a { background-color: #6FBEBF; }
a { background-color: rgb(111,190,191); }
div.DivClassName
{
background-color: #6FBEBF;
}
.BgClassName
{
background-color: #6FBEBF;
}
</style>
border-color css
<style>
span { border-color: #6FBEBF; }
span { border-color: rgb(111,190,191); }
td.TdClassName
{
border-color: #6FBEBF;
}
.TagClassName
{
border-color: #6FBEBF;
}
</style>