Shades of Crusoe #06602B
Tints of Crusoe #06602B
RGB
CMYK
RGB Variations
Color information
#06602B (or 0x06602B) is known color: Crusoe. HEX triplet: 06, 60 and 2B. RGB value is (6,96,43). Sum of RGB (Red+Green+Blue) = 6+96+43=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #06602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06602B is #F99FD4. Grayscale: #3F3F3F. Windows color (decimal): -16359381 or 2842630. OLE color: 2842630.
HSL color Cylindrical-coordinate representation of color #06602B: hue angle of 144.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06602B is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
RGB | 6 | 96 | 43 | - |
CMYK | 0.94 | 0 | 0.55 | 0.62 |
HSL | 144.67º | 0.88% | 0.2% | - |
HSV(B) | 144.67º | 0.94% | 0.38% | - |
XYZ | 4.69 | 8.58 | 3.69 | - |
YUV | 63.05 | 116.68 | 87.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 96 | 43 | 0.94 | 0 | 0.55 | 0.62 | 144.67 | 0.88 | 0.2 |
Hex | 6 | 60 | 2B | 5E | 0 | 37 | 3E | 91 | 58 | 14 |
Octal | 6 | 140 | 53 | 136 | 0 | 67 | 76 | 221 | 130 | 24 |
Binary | 110 | 1100000 | 101011 | 1011110 | 0 | 110111 | 111110 | 10010001 | 1011000 | 10100 |
Color Harmonies of #06602B
Complementary color
Monochromatic Colors of #06602B
Black with #06602B
Text Example
Text Example
White with #06602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06602B; }
p { color: rgb(6,96,43); }
H1.HeaderClassName
{
color: #06602B;
}
.AnyTagClassName
{
color: #06602B;
}
</style>
background-color css
<style>
a { background-color: #06602B; }
a { background-color: rgb(6,96,43); }
div.DivClassName
{
background-color: #06602B;
}
.BgClassName
{
background-color: #06602B;
}
</style>
border-color css
<style>
span { border-color: #06602B; }
span { border-color: rgb(6,96,43); }
td.TdClassName
{
border-color: #06602B;
}
.TagClassName
{
border-color: #06602B;
}
</style>