Shades of Blue Stone #107067
Tints of Blue Stone #107067
RGB
CMYK
RGB Variations
Color information
#107067 (or 0x107067) is known color: Blue Stone. HEX triplet: 10, 70 and 67. RGB value is (16,112,103). Sum of RGB (Red+Green+Blue) = 16+112+103=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #107067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107067 is #EF8F98. Grayscale: #525252. Windows color (decimal): -15699865 or 6778896. OLE color: 6778896.
HSL color Cylindrical-coordinate representation of color #107067: hue angle of 174.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107067 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 103 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.56 |
| HSL | 174.38º | 0.75% | 0.25% | - |
| HSV(B) | 174.38º | 0.86% | 0.44% | - |
| XYZ | 8.46 | 12.68 | 14.83 | - |
| YUV | 82.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 103 | 0.86 | 0 | 0.08 | 0.56 | 174.38 | 0.75 | 0.25 |
| Hex | 10 | 70 | 67 | 56 | 0 | 8 | 38 | AE | 4B | 19 |
| Octal | 20 | 160 | 147 | 126 | 0 | 10 | 70 | 256 | 113 | 31 |
| Binary | 10000 | 1110000 | 1100111 | 1010110 | 0 | 1000 | 111000 | 10101110 | 1001011 | 11001 |
Color Harmonies of #107067
Complementary color
Monochromatic Colors of #107067
Black with #107067
Text Example
Text Example
White with #107067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107067; }
p { color: rgb(16,112,103); }
H1.HeaderClassName
{
color: #107067;
}
.AnyTagClassName
{
color: #107067;
}
</style>
background-color css
<style>
a { background-color: #107067; }
a { background-color: rgb(16,112,103); }
div.DivClassName
{
background-color: #107067;
}
.BgClassName
{
background-color: #107067;
}
</style>
border-color css
<style>
span { border-color: #107067; }
span { border-color: rgb(16,112,103); }
td.TdClassName
{
border-color: #107067;
}
.TagClassName
{
border-color: #107067;
}
</style>