Shades of Blue #0625E6
Tints of Blue #0625E6
RGB
CMYK
RGB Variations
Color information
#0625E6 (or 0x0625E6) is known color: Blue. HEX triplet: 06, 25 and E6. RGB value is (6,37,230). Sum of RGB (Red+Green+Blue) = 6+37+230=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 230 (90.23% from 255 or 84.25% from 273); Max value from RGB is 230 - color contains mainly: blue. Hex color #0625E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0625E6 is #F9DA19. Grayscale: #303030. Windows color (decimal): -16374298 or 15082758. OLE color: 15082758.
HSL color Cylindrical-coordinate representation of color #0625E6: hue angle of 231.7º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0625E6 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 37 | 230 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.10 |
| HSL | 231.7º | 0.95% | 0.46% | - |
| HSV(B) | 231.7º | 0.97% | 0.9% | - |
| XYZ | 15.02 | 7.08 | 75.44 | - |
| YUV | 49.73 | 229.73 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 230 | 0.97 | 0.84 | 0 | 0.10 | 231.7 | 0.95 | 0.46 |
| Hex | 6 | 25 | E6 | 61 | 54 | 0 | A | E8 | 5F | 2E |
| Octal | 6 | 45 | 346 | 141 | 124 | 0 | 12 | 350 | 137 | 56 |
| Binary | 110 | 100101 | 11100110 | 1100001 | 1010100 | 0 | 1010 | 11101000 | 1011111 | 101110 |
Color Harmonies of #0625E6
Complementary color
Monochromatic Colors of #0625E6
Black with #0625E6
Text Example
Text Example
White with #0625E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0625E6; }
p { color: rgb(6,37,230); }
H1.HeaderClassName
{
color: #0625E6;
}
.AnyTagClassName
{
color: #0625E6;
}
</style>
background-color css
<style>
a { background-color: #0625E6; }
a { background-color: rgb(6,37,230); }
div.DivClassName
{
background-color: #0625E6;
}
.BgClassName
{
background-color: #0625E6;
}
</style>
border-color css
<style>
span { border-color: #0625E6; }
span { border-color: rgb(6,37,230); }
td.TdClassName
{
border-color: #0625E6;
}
.TagClassName
{
border-color: #0625E6;
}
</style>