Shades of Crusoe #06681B
Tints of Crusoe #06681B
RGB
CMYK
RGB Variations
Color information
#06681B (or 0x06681B) is known color: Crusoe. HEX triplet: 06, 68 and 1B. RGB value is (6,104,27). Sum of RGB (Red+Green+Blue) = 6+104+27=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 104 (41.02% from 255 or 75.91% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 104 - color contains mainly: green. Hex color #06681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06681B is #F997E4. Grayscale: #424242. Windows color (decimal): -16357349 or 1796102. OLE color: 1796102.
HSL color Cylindrical-coordinate representation of color #06681B: hue angle of 132.86º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06681B is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 27 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.59 |
| HSL | 132.86º | 0.89% | 0.22% | - |
| HSV(B) | 132.86º | 0.94% | 0.41% | - |
| XYZ | 5.22 | 10.02 | 2.7 | - |
| YUV | 65.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 27 | 0.94 | 0 | 0.74 | 0.59 | 132.86 | 0.89 | 0.22 |
| Hex | 6 | 68 | 1B | 5E | 0 | 4A | 3B | 85 | 59 | 16 |
| Octal | 6 | 150 | 33 | 136 | 0 | 112 | 73 | 205 | 131 | 26 |
| Binary | 110 | 1101000 | 11011 | 1011110 | 0 | 1001010 | 111011 | 10000101 | 1011001 | 10110 |
Color Harmonies of #06681B
Complementary color
Monochromatic Colors of #06681B
Black with #06681B
Text Example
Text Example
White with #06681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06681B; }
p { color: rgb(6,104,27); }
H1.HeaderClassName
{
color: #06681B;
}
.AnyTagClassName
{
color: #06681B;
}
</style>
background-color css
<style>
a { background-color: #06681B; }
a { background-color: rgb(6,104,27); }
div.DivClassName
{
background-color: #06681B;
}
.BgClassName
{
background-color: #06681B;
}
</style>
border-color css
<style>
span { border-color: #06681B; }
span { border-color: rgb(6,104,27); }
td.TdClassName
{
border-color: #06681B;
}
.TagClassName
{
border-color: #06681B;
}
</style>