Shades of Glacier #6FACBC
Tints of Glacier #6FACBC
RGB
CMYK
RGB Variations
Color information
#6FACBC (or 0x6FACBC) is known color: Glacier. HEX triplet: 6F, AC and BC. RGB value is (111,172,188). Sum of RGB (Red+Green+Blue) = 111+172+188=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #6FACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACBC is #905343. Grayscale: #9B9B9B. Windows color (decimal): -9458500 or 12364911. OLE color: 12364911.
HSL color Cylindrical-coordinate representation of color #6FACBC: hue angle of 192.47º degrees, saturation: 0.36, 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 #6FACBC is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 172 | 188 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.26 |
| HSL | 192.47º | 0.36% | 0.59% | - |
| HSV(B) | 192.47º | 0.41% | 0.74% | - |
| XYZ | 30.39 | 36.52 | 53.02 | - |
| YUV | 155.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 188 | 0.41 | 0.09 | 0 | 0.26 | 192.47 | 0.36 | 0.59 |
| Hex | 6F | AC | BC | 29 | 9 | 0 | 1A | C0 | 24 | 3B |
| Octal | 157 | 254 | 274 | 51 | 11 | 0 | 32 | 300 | 44 | 73 |
| Binary | 1101111 | 10101100 | 10111100 | 101001 | 1001 | 0 | 11010 | 11000000 | 100100 | 111011 |
Color Harmonies of #6FACBC
Complementary color
Monochromatic Colors of #6FACBC
Black with #6FACBC
Text Example
Text Example
White with #6FACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACBC; }
p { color: rgb(111,172,188); }
H1.HeaderClassName
{
color: #6FACBC;
}
.AnyTagClassName
{
color: #6FACBC;
}
</style>
background-color css
<style>
a { background-color: #6FACBC; }
a { background-color: rgb(111,172,188); }
div.DivClassName
{
background-color: #6FACBC;
}
.BgClassName
{
background-color: #6FACBC;
}
</style>
border-color css
<style>
span { border-color: #6FACBC; }
span { border-color: rgb(111,172,188); }
td.TdClassName
{
border-color: #6FACBC;
}
.TagClassName
{
border-color: #6FACBC;
}
</style>