Shades of Blue #0605E9
Tints of Blue #0605E9
RGB
CMYK
RGB Variations
Color information
#0605E9 (or 0x0605E9) is known color: Blue. HEX triplet: 06, 05 and E9. RGB value is (6,5,233). Sum of RGB (Red+Green+Blue) = 6+5+233=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 233 (91.41% from 255 or 95.49% from 244); Max value from RGB is 233 - color contains mainly: blue. Hex color #0605E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0605E9 is #F9FA16. Grayscale: #1E1E1E. Windows color (decimal): -16382487 or 15271174. OLE color: 15271174.
HSL color Cylindrical-coordinate representation of color #0605E9: hue angle of 240.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0605E9 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 5 | 233 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.09 |
| HSL | 240.26º | 0.96% | 0.47% | - |
| HSV(B) | 240.26º | 0.98% | 0.91% | - |
| XYZ | 14.84 | 6.03 | 77.47 | - |
| YUV | 31.29 | 241.83 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 233 | 0.97 | 0.98 | 0 | 0.09 | 240.26 | 0.96 | 0.47 |
| Hex | 6 | 5 | E9 | 61 | 62 | 0 | 9 | F0 | 60 | 2F |
| Octal | 6 | 5 | 351 | 141 | 142 | 0 | 11 | 360 | 140 | 57 |
| Binary | 110 | 101 | 11101001 | 1100001 | 1100010 | 0 | 1001 | 11110000 | 1100000 | 101111 |
Color Harmonies of #0605E9
Complementary color
Monochromatic Colors of #0605E9
Black with #0605E9
Text Example
Text Example
White with #0605E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0605E9; }
p { color: rgb(6,5,233); }
H1.HeaderClassName
{
color: #0605E9;
}
.AnyTagClassName
{
color: #0605E9;
}
</style>
background-color css
<style>
a { background-color: #0605E9; }
a { background-color: rgb(6,5,233); }
div.DivClassName
{
background-color: #0605E9;
}
.BgClassName
{
background-color: #0605E9;
}
</style>
border-color css
<style>
span { border-color: #0605E9; }
span { border-color: rgb(6,5,233); }
td.TdClassName
{
border-color: #0605E9;
}
.TagClassName
{
border-color: #0605E9;
}
</style>