Shades of Blue #0600E8
Tints of Blue #0600E8
RGB
CMYK
RGB Variations
Color information
#0600E8 (or 0x0600E8) is known color: Blue. HEX triplet: 06, 00 and E8. RGB value is (6,0,232). Sum of RGB (Red+Green+Blue) = 6+0+232=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 232 (91.02% from 255 or 97.48% from 238); Max value from RGB is 232 - color contains mainly: blue. Hex color #0600E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0600E8 is #F9FF17. Grayscale: #1B1B1B. Windows color (decimal): -16383768 or 15204358. OLE color: 15204358.
HSL color Cylindrical-coordinate representation of color #0600E8: hue angle of 241.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600E8 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 0 | 232 | - |
| CMYK | 0.97 | 1 | 0 | 0.09 |
| HSL | 241.55º | 1% | 0.45% | - |
| HSV(B) | 241.55º | 1% | 0.91% | - |
| XYZ | 14.64 | 5.86 | 76.7 | - |
| YUV | 28.24 | 242.99 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 232 | 0.97 | 1 | 0 | 0.09 | 241.55 | 1 | 0.45 |
| Hex | 6 | 0 | E8 | 61 | 64 | 0 | 9 | F2 | 64 | 2D |
| Octal | 6 | 0 | 350 | 141 | 144 | 0 | 11 | 362 | 144 | 55 |
| Binary | 110 | 0 | 11101000 | 1100001 | 1100100 | 0 | 1001 | 11110010 | 1100100 | 101101 |
Color Harmonies of #0600E8
Complementary color
Monochromatic Colors of #0600E8
Black with #0600E8
Text Example
Text Example
White with #0600E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0600E8; }
p { color: rgb(6,0,232); }
H1.HeaderClassName
{
color: #0600E8;
}
.AnyTagClassName
{
color: #0600E8;
}
</style>
background-color css
<style>
a { background-color: #0600E8; }
a { background-color: rgb(6,0,232); }
div.DivClassName
{
background-color: #0600E8;
}
.BgClassName
{
background-color: #0600E8;
}
</style>
border-color css
<style>
span { border-color: #0600E8; }
span { border-color: rgb(6,0,232); }
td.TdClassName
{
border-color: #0600E8;
}
.TagClassName
{
border-color: #0600E8;
}
</style>