Shades of Cornflower Blue #607FFE
Tints of Cornflower Blue #607FFE
RGB
CMYK
RGB Variations
Color information
#607FFE (or 0x607FFE) is known color: Cornflower Blue. HEX triplet: 60, 7F and FE. RGB value is (96,127,254). Sum of RGB (Red+Green+Blue) = 96+127+254=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #607FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FFE is #9F8001. Grayscale: #838383. Windows color (decimal): -10452994 or 16678752. OLE color: 16678752.
HSL color Cylindrical-coordinate representation of color #607FFE: hue angle of 228.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607FFE is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 127 | 254 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.00 |
| HSL | 228.23º | 0.99% | 0.69% | - |
| HSV(B) | 228.23º | 0.62% | 1% | - |
| XYZ | 30.3 | 24.82 | 96.96 | - |
| YUV | 132.21 | 196.73 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 254 | 0.62 | 0.50 | 0 | 0.00 | 228.23 | 0.99 | 0.69 |
| Hex | 60 | 7F | FE | 3E | 32 | 0 | 0 | E4 | 63 | 45 |
| Octal | 140 | 177 | 376 | 76 | 62 | 0 | 0 | 344 | 143 | 105 |
| Binary | 1100000 | 1111111 | 11111110 | 111110 | 110010 | 0 | 0 | 11100100 | 1100011 | 1000101 |
Color Harmonies of #607FFE
Complementary color
Monochromatic Colors of #607FFE
Black with #607FFE
Text Example
Text Example
White with #607FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FFE; }
p { color: rgb(96,127,254); }
H1.HeaderClassName
{
color: #607FFE;
}
.AnyTagClassName
{
color: #607FFE;
}
</style>
background-color css
<style>
a { background-color: #607FFE; }
a { background-color: rgb(96,127,254); }
div.DivClassName
{
background-color: #607FFE;
}
.BgClassName
{
background-color: #607FFE;
}
</style>
border-color css
<style>
span { border-color: #607FFE; }
span { border-color: rgb(96,127,254); }
td.TdClassName
{
border-color: #607FFE;
}
.TagClassName
{
border-color: #607FFE;
}
</style>