Shades of Cornflower Blue #607FEF
Tints of Cornflower Blue #607FEF
RGB
CMYK
RGB Variations
Color information
#607FEF (or 0x607FEF) is known color: Cornflower Blue. HEX triplet: 60, 7F and EF. RGB value is (96,127,239). Sum of RGB (Red+Green+Blue) = 96+127+239=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #607FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FEF is #9F8010. Grayscale: #828282. Windows color (decimal): -10453009 or 15695712. OLE color: 15695712.
HSL color Cylindrical-coordinate representation of color #607FEF: hue angle of 226.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607FEF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 127 | 239 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.06 |
| HSL | 226.99º | 0.82% | 0.66% | - |
| HSV(B) | 226.99º | 0.6% | 0.94% | - |
| XYZ | 27.99 | 23.9 | 84.8 | - |
| YUV | 130.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 239 | 0.60 | 0.47 | 0 | 0.06 | 226.99 | 0.82 | 0.66 |
| Hex | 60 | 7F | EF | 3C | 2F | 0 | 6 | E3 | 52 | 42 |
| Octal | 140 | 177 | 357 | 74 | 57 | 0 | 6 | 343 | 122 | 102 |
| Binary | 1100000 | 1111111 | 11101111 | 111100 | 101111 | 0 | 110 | 11100011 | 1010010 | 1000010 |
Color Harmonies of #607FEF
Complementary color
Monochromatic Colors of #607FEF
Black with #607FEF
Text Example
Text Example
White with #607FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FEF; }
p { color: rgb(96,127,239); }
H1.HeaderClassName
{
color: #607FEF;
}
.AnyTagClassName
{
color: #607FEF;
}
</style>
background-color css
<style>
a { background-color: #607FEF; }
a { background-color: rgb(96,127,239); }
div.DivClassName
{
background-color: #607FEF;
}
.BgClassName
{
background-color: #607FEF;
}
</style>
border-color css
<style>
span { border-color: #607FEF; }
span { border-color: rgb(96,127,239); }
td.TdClassName
{
border-color: #607FEF;
}
.TagClassName
{
border-color: #607FEF;
}
</style>