Shades of Allports #06608C
Tints of Allports #06608C
RGB
CMYK
RGB Variations
Color information
#06608C (or 0x06608C) is known color: Allports. HEX triplet: 06, 60 and 8C. RGB value is (6,96,140). Sum of RGB (Red+Green+Blue) = 6+96+140=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #06608C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06608C is #F99F73. Grayscale: #494949. Windows color (decimal): -16359284 or 9199622. OLE color: 9199622.
HSL color Cylindrical-coordinate representation of color #06608C: hue angle of 199.7º 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 #06608C is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 96 | 140 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.45 |
| HSL | 199.7º | 0.92% | 0.29% | - |
| HSV(B) | 199.7º | 0.96% | 0.55% | - |
| XYZ | 8.99 | 10.3 | 26.32 | - |
| YUV | 74.11 | 165.18 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 140 | 0.96 | 0.31 | 0 | 0.45 | 199.7 | 0.92 | 0.29 |
| Hex | 6 | 60 | 8C | 60 | 1F | 0 | 2D | C8 | 5C | 1D |
| Octal | 6 | 140 | 214 | 140 | 37 | 0 | 55 | 310 | 134 | 35 |
| Binary | 110 | 1100000 | 10001100 | 1100000 | 11111 | 0 | 101101 | 11001000 | 1011100 | 11101 |
Color Harmonies of #06608C
Complementary color
Monochromatic Colors of #06608C
Black with #06608C
Text Example
Text Example
White with #06608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06608C; }
p { color: rgb(6,96,140); }
H1.HeaderClassName
{
color: #06608C;
}
.AnyTagClassName
{
color: #06608C;
}
</style>
background-color css
<style>
a { background-color: #06608C; }
a { background-color: rgb(6,96,140); }
div.DivClassName
{
background-color: #06608C;
}
.BgClassName
{
background-color: #06608C;
}
</style>
border-color css
<style>
span { border-color: #06608C; }
span { border-color: rgb(6,96,140); }
td.TdClassName
{
border-color: #06608C;
}
.TagClassName
{
border-color: #06608C;
}
</style>