Shades of Medium Blue #0608DA
Tints of Medium Blue #0608DA
RGB
CMYK
RGB Variations
Color information
#0608DA (or 0x0608DA) is known color: Medium Blue. HEX triplet: 06, 08 and DA. RGB value is (6,8,218). Sum of RGB (Red+Green+Blue) = 6+8+218=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 218 (85.55% from 255 or 93.97% from 232); Max value from RGB is 218 - color contains mainly: blue. Hex color #0608DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0608DA is #F9F725. Grayscale: #1E1E1E. Windows color (decimal): -16381734 or 14288902. OLE color: 14288902.
HSL color Cylindrical-coordinate representation of color #0608DA: hue angle of 239.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0608DA is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 8 | 218 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.15 |
| HSL | 239.43º | 0.95% | 0.44% | - |
| HSV(B) | 239.43º | 0.97% | 0.85% | - |
| XYZ | 12.82 | 5.27 | 66.67 | - |
| YUV | 31.34 | 233.34 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 218 | 0.97 | 0.96 | 0 | 0.15 | 239.43 | 0.95 | 0.44 |
| Hex | 6 | 8 | DA | 61 | 60 | 0 | F | EF | 5F | 2C |
| Octal | 6 | 10 | 332 | 141 | 140 | 0 | 17 | 357 | 137 | 54 |
| Binary | 110 | 1000 | 11011010 | 1100001 | 1100000 | 0 | 1111 | 11101111 | 1011111 | 101100 |
Color Harmonies of #0608DA
Complementary color
Monochromatic Colors of #0608DA
Black with #0608DA
Text Example
Text Example
White with #0608DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0608DA; }
p { color: rgb(6,8,218); }
H1.HeaderClassName
{
color: #0608DA;
}
.AnyTagClassName
{
color: #0608DA;
}
</style>
background-color css
<style>
a { background-color: #0608DA; }
a { background-color: rgb(6,8,218); }
div.DivClassName
{
background-color: #0608DA;
}
.BgClassName
{
background-color: #0608DA;
}
</style>
border-color css
<style>
span { border-color: #0608DA; }
span { border-color: rgb(6,8,218); }
td.TdClassName
{
border-color: #0608DA;
}
.TagClassName
{
border-color: #0608DA;
}
</style>