Shades of Cornflower Blue #607EFF
Tints of Cornflower Blue #607EFF
RGB
CMYK
RGB Variations
Color information
#607EFF (or 0x607EFF) is known color: Cornflower Blue. HEX triplet: 60, 7E and FF. RGB value is (96,126,255). Sum of RGB (Red+Green+Blue) = 96+126+255=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #607EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607EFF is #9F8100. Grayscale: #838383. Windows color (decimal): -10453249 or 16744032. OLE color: 16744032.
HSL color Cylindrical-coordinate representation of color #607EFF: hue angle of 228.68º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607EFF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 126 | 255 | - |
| CMYK | 0.62 | 0.51 | 0 | 0 |
| HSL | 228.68º | 1% | 0.69% | - |
| HSV(B) | 228.68º | 0.62% | 1% | - |
| XYZ | 30.33 | 24.63 | 97.76 | - |
| YUV | 131.74 | 197.56 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 255 | 0.62 | 0.51 | 0 | 0 | 228.68 | 1 | 0.69 |
| Hex | 60 | 7E | FF | 3E | 33 | 0 | 0 | E5 | 64 | 45 |
| Octal | 140 | 176 | 377 | 76 | 63 | 0 | 0 | 345 | 144 | 105 |
| Binary | 1100000 | 1111110 | 11111111 | 111110 | 110011 | 0 | 0 | 11100101 | 1100100 | 1000101 |
Color Harmonies of #607EFF
Complementary color
Monochromatic Colors of #607EFF
Black with #607EFF
Text Example
Text Example
White with #607EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EFF; }
p { color: rgb(96,126,255); }
H1.HeaderClassName
{
color: #607EFF;
}
.AnyTagClassName
{
color: #607EFF;
}
</style>
background-color css
<style>
a { background-color: #607EFF; }
a { background-color: rgb(96,126,255); }
div.DivClassName
{
background-color: #607EFF;
}
.BgClassName
{
background-color: #607EFF;
}
</style>
border-color css
<style>
span { border-color: #607EFF; }
span { border-color: rgb(96,126,255); }
td.TdClassName
{
border-color: #607EFF;
}
.TagClassName
{
border-color: #607EFF;
}
</style>