Shades of Blue #0600EE
Tints of Blue #0600EE
RGB
CMYK
RGB Variations
Color information
#0600EE (or 0x0600EE) is known color: Blue. HEX triplet: 06, 00 and EE. RGB value is (6,0,238). Sum of RGB (Red+Green+Blue) = 6+0+238=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 238 (93.36% from 255 or 97.54% from 244); Max value from RGB is 238 - color contains mainly: blue. Hex color #0600EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0600EE is #F9FF11. Grayscale: #1B1B1B. Windows color (decimal): -16383762 or 15597574. OLE color: 15597574.
HSL color Cylindrical-coordinate representation of color #0600EE: hue angle of 241.51º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600EE is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 0 | 238 | - |
| CMYK | 0.97 | 1 | 0 | 0.07 |
| HSL | 241.51º | 1% | 0.47% | - |
| HSV(B) | 241.51º | 1% | 0.93% | - |
| XYZ | 15.51 | 6.21 | 81.27 | - |
| YUV | 28.93 | 245.99 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 238 | 0.97 | 1 | 0 | 0.07 | 241.51 | 1 | 0.47 |
| Hex | 6 | 0 | EE | 61 | 64 | 0 | 7 | F2 | 64 | 2F |
| Octal | 6 | 0 | 356 | 141 | 144 | 0 | 7 | 362 | 144 | 57 |
| Binary | 110 | 0 | 11101110 | 1100001 | 1100100 | 0 | 111 | 11110010 | 1100100 | 101111 |
Color Harmonies of #0600EE
Complementary color
Monochromatic Colors of #0600EE
Black with #0600EE
Text Example
Text Example
White with #0600EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0600EE; }
p { color: rgb(6,0,238); }
H1.HeaderClassName
{
color: #0600EE;
}
.AnyTagClassName
{
color: #0600EE;
}
</style>
background-color css
<style>
a { background-color: #0600EE; }
a { background-color: rgb(6,0,238); }
div.DivClassName
{
background-color: #0600EE;
}
.BgClassName
{
background-color: #0600EE;
}
</style>
border-color css
<style>
span { border-color: #0600EE; }
span { border-color: rgb(6,0,238); }
td.TdClassName
{
border-color: #0600EE;
}
.TagClassName
{
border-color: #0600EE;
}
</style>