Shades of Allports #06608D
Tints of Allports #06608D
RGB
CMYK
RGB Variations
Color information
#06608D (or 0x06608D) is known color: Allports. HEX triplet: 06, 60 and 8D. RGB value is (6,96,141). Sum of RGB (Red+Green+Blue) = 6+96+141=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #06608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06608D is #F99F72. Grayscale: #494949. Windows color (decimal): -16359283 or 9265158. OLE color: 9265158.
HSL color Cylindrical-coordinate representation of color #06608D: hue angle of 200º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06608D is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 96 | 141 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.45 |
| HSL | 200º | 0.92% | 0.29% | - |
| HSV(B) | 200º | 0.96% | 0.55% | - |
| XYZ | 9.07 | 10.33 | 26.71 | - |
| YUV | 74.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 141 | 0.96 | 0.32 | 0 | 0.45 | 200 | 0.92 | 0.29 |
| Hex | 6 | 60 | 8D | 60 | 20 | 0 | 2D | C8 | 5C | 1D |
| Octal | 6 | 140 | 215 | 140 | 40 | 0 | 55 | 310 | 134 | 35 |
| Binary | 110 | 1100000 | 10001101 | 1100000 | 100000 | 0 | 101101 | 11001000 | 1011100 | 11101 |
Color Harmonies of #06608D
Complementary color
Monochromatic Colors of #06608D
Black with #06608D
Text Example
Text Example
White with #06608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06608D; }
p { color: rgb(6,96,141); }
H1.HeaderClassName
{
color: #06608D;
}
.AnyTagClassName
{
color: #06608D;
}
</style>
background-color css
<style>
a { background-color: #06608D; }
a { background-color: rgb(6,96,141); }
div.DivClassName
{
background-color: #06608D;
}
.BgClassName
{
background-color: #06608D;
}
</style>
border-color css
<style>
span { border-color: #06608D; }
span { border-color: rgb(6,96,141); }
td.TdClassName
{
border-color: #06608D;
}
.TagClassName
{
border-color: #06608D;
}
</style>