Shades of Cornflower Blue #607CEB
Tints of Cornflower Blue #607CEB
RGB
CMYK
RGB Variations
Color information
#607CEB (or 0x607CEB) is known color: Cornflower Blue. HEX triplet: 60, 7C and EB. RGB value is (96,124,235). Sum of RGB (Red+Green+Blue) = 96+124+235=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #607CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CEB is #9F8314. Grayscale: #7F7F7F. Windows color (decimal): -10453781 or 15432800. OLE color: 15432800.
HSL color Cylindrical-coordinate representation of color #607CEB: hue angle of 227.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #607CEB is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 124 | 235 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.08 |
| HSL | 227.91º | 0.78% | 0.65% | - |
| HSV(B) | 227.91º | 0.59% | 0.92% | - |
| XYZ | 27.03 | 22.9 | 81.59 | - |
| YUV | 128.28 | 188.22 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 235 | 0.59 | 0.47 | 0 | 0.08 | 227.91 | 0.78 | 0.65 |
| Hex | 60 | 7C | EB | 3B | 2F | 0 | 8 | E4 | 4E | 41 |
| Octal | 140 | 174 | 353 | 73 | 57 | 0 | 10 | 344 | 116 | 101 |
| Binary | 1100000 | 1111100 | 11101011 | 111011 | 101111 | 0 | 1000 | 11100100 | 1001110 | 1000001 |
Color Harmonies of #607CEB
Complementary color
Monochromatic Colors of #607CEB
Black with #607CEB
Text Example
Text Example
White with #607CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CEB; }
p { color: rgb(96,124,235); }
H1.HeaderClassName
{
color: #607CEB;
}
.AnyTagClassName
{
color: #607CEB;
}
</style>
background-color css
<style>
a { background-color: #607CEB; }
a { background-color: rgb(96,124,235); }
div.DivClassName
{
background-color: #607CEB;
}
.BgClassName
{
background-color: #607CEB;
}
</style>
border-color css
<style>
span { border-color: #607CEB; }
span { border-color: rgb(96,124,235); }
td.TdClassName
{
border-color: #607CEB;
}
.TagClassName
{
border-color: #607CEB;
}
</style>