Shades of Glacier #6FA7B6
Tints of Glacier #6FA7B6
RGB
CMYK
RGB Variations
Color information
#6FA7B6 (or 0x6FA7B6) is known color: Glacier. HEX triplet: 6F, A7 and B6. RGB value is (111,167,182). Sum of RGB (Red+Green+Blue) = 111+167+182=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #6FA7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA7B6 is #905849. Grayscale: #979797. Windows color (decimal): -9459786 or 11970415. OLE color: 11970415.
HSL color Cylindrical-coordinate representation of color #6FA7B6: hue angle of 192.68º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FA7B6 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 167 | 182 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.29 |
| HSL | 192.68º | 0.33% | 0.57% | - |
| HSV(B) | 192.68º | 0.39% | 0.71% | - |
| XYZ | 28.82 | 34.39 | 49.38 | - |
| YUV | 151.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 182 | 0.39 | 0.08 | 0 | 0.29 | 192.68 | 0.33 | 0.57 |
| Hex | 6F | A7 | B6 | 27 | 8 | 0 | 1D | C1 | 21 | 39 |
| Octal | 157 | 247 | 266 | 47 | 10 | 0 | 35 | 301 | 41 | 71 |
| Binary | 1101111 | 10100111 | 10110110 | 100111 | 1000 | 0 | 11101 | 11000001 | 100001 | 111001 |
Color Harmonies of #6FA7B6
Complementary color
Monochromatic Colors of #6FA7B6
Black with #6FA7B6
Text Example
Text Example
White with #6FA7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA7B6; }
p { color: rgb(111,167,182); }
H1.HeaderClassName
{
color: #6FA7B6;
}
.AnyTagClassName
{
color: #6FA7B6;
}
</style>
background-color css
<style>
a { background-color: #6FA7B6; }
a { background-color: rgb(111,167,182); }
div.DivClassName
{
background-color: #6FA7B6;
}
.BgClassName
{
background-color: #6FA7B6;
}
</style>
border-color css
<style>
span { border-color: #6FA7B6; }
span { border-color: rgb(111,167,182); }
td.TdClassName
{
border-color: #6FA7B6;
}
.TagClassName
{
border-color: #6FA7B6;
}
</style>