Shades of Hoki #67818B
Tints of Hoki #67818B
RGB
CMYK
RGB Variations
Color information
#67818B (or 0x67818B) is known color: Hoki. HEX triplet: 67, 81 and 8B. RGB value is (103,129,139). Sum of RGB (Red+Green+Blue) = 103+129+139=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #67818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67818B is #987E74. Grayscale: #7A7A7A. Windows color (decimal): -9993845 or 9142631. OLE color: 9142631.
HSL color Cylindrical-coordinate representation of color #67818B: hue angle of 196.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67818B is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 129 | 139 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.45 |
| HSL | 196.67º | 0.15% | 0.47% | - |
| HSV(B) | 196.67º | 0.26% | 0.55% | - |
| XYZ | 18.1 | 20.45 | 27.42 | - |
| YUV | 122.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 139 | 0.26 | 0.07 | 0 | 0.45 | 196.67 | 0.15 | 0.47 |
| Hex | 67 | 81 | 8B | 1A | 7 | 0 | 2D | C5 | F | 2F |
| Octal | 147 | 201 | 213 | 32 | 7 | 0 | 55 | 305 | 17 | 57 |
| Binary | 1100111 | 10000001 | 10001011 | 11010 | 111 | 0 | 101101 | 11000101 | 1111 | 101111 |
Color Harmonies of #67818B
Complementary color
Monochromatic Colors of #67818B
Black with #67818B
Text Example
Text Example
White with #67818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67818B; }
p { color: rgb(103,129,139); }
H1.HeaderClassName
{
color: #67818B;
}
.AnyTagClassName
{
color: #67818B;
}
</style>
background-color css
<style>
a { background-color: #67818B; }
a { background-color: rgb(103,129,139); }
div.DivClassName
{
background-color: #67818B;
}
.BgClassName
{
background-color: #67818B;
}
</style>
border-color css
<style>
span { border-color: #67818B; }
span { border-color: rgb(103,129,139); }
td.TdClassName
{
border-color: #67818B;
}
.TagClassName
{
border-color: #67818B;
}
</style>