Shades of Glacier #6FB8BD
Tints of Glacier #6FB8BD
RGB
CMYK
RGB Variations
Color information
#6FB8BD (or 0x6FB8BD) is known color: Glacier. HEX triplet: 6F, B8 and BD. RGB value is (111,184,189). Sum of RGB (Red+Green+Blue) = 111+184+189=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #6FB8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8BD is #904742. Grayscale: #A2A2A2. Windows color (decimal): -9455427 or 12433519. OLE color: 12433519.
HSL color Cylindrical-coordinate representation of color #6FB8BD: hue angle of 183.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FB8BD is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 184 | 189 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.26 |
| HSL | 183.85º | 0.37% | 0.59% | - |
| HSV(B) | 183.85º | 0.41% | 0.74% | - |
| XYZ | 32.88 | 41.33 | 54.39 | - |
| YUV | 162.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 189 | 0.41 | 0.03 | 0 | 0.26 | 183.85 | 0.37 | 0.59 |
| Hex | 6F | B8 | BD | 29 | 3 | 0 | 1A | B8 | 25 | 3B |
| Octal | 157 | 270 | 275 | 51 | 3 | 0 | 32 | 270 | 45 | 73 |
| Binary | 1101111 | 10111000 | 10111101 | 101001 | 11 | 0 | 11010 | 10111000 | 100101 | 111011 |
Color Harmonies of #6FB8BD
Complementary color
Monochromatic Colors of #6FB8BD
Black with #6FB8BD
Text Example
Text Example
White with #6FB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB8BD; }
p { color: rgb(111,184,189); }
H1.HeaderClassName
{
color: #6FB8BD;
}
.AnyTagClassName
{
color: #6FB8BD;
}
</style>
background-color css
<style>
a { background-color: #6FB8BD; }
a { background-color: rgb(111,184,189); }
div.DivClassName
{
background-color: #6FB8BD;
}
.BgClassName
{
background-color: #6FB8BD;
}
</style>
border-color css
<style>
span { border-color: #6FB8BD; }
span { border-color: rgb(111,184,189); }
td.TdClassName
{
border-color: #6FB8BD;
}
.TagClassName
{
border-color: #6FB8BD;
}
</style>