Shades of Cornflower Blue #607EEF
Tints of Cornflower Blue #607EEF
RGB
CMYK
RGB Variations
Color information
#607EEF (or 0x607EEF) is known color: Cornflower Blue. HEX triplet: 60, 7E and EF. RGB value is (96,126,239). Sum of RGB (Red+Green+Blue) = 96+126+239=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #607EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607EEF is #9F8110. Grayscale: #818181. Windows color (decimal): -10453265 or 15695456. OLE color: 15695456.
HSL color Cylindrical-coordinate representation of color #607EEF: hue angle of 227.41º 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 #607EEF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 126 | 239 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.06 |
| HSL | 227.41º | 0.82% | 0.66% | - |
| HSV(B) | 227.41º | 0.6% | 0.94% | - |
| XYZ | 27.86 | 23.64 | 84.76 | - |
| YUV | 129.91 | 189.56 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 239 | 0.60 | 0.47 | 0 | 0.06 | 227.41 | 0.82 | 0.66 |
| Hex | 60 | 7E | EF | 3C | 2F | 0 | 6 | E3 | 52 | 42 |
| Octal | 140 | 176 | 357 | 74 | 57 | 0 | 6 | 343 | 122 | 102 |
| Binary | 1100000 | 1111110 | 11101111 | 111100 | 101111 | 0 | 110 | 11100011 | 1010010 | 1000010 |
Color Harmonies of #607EEF
Complementary color
Monochromatic Colors of #607EEF
Black with #607EEF
Text Example
Text Example
White with #607EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EEF; }
p { color: rgb(96,126,239); }
H1.HeaderClassName
{
color: #607EEF;
}
.AnyTagClassName
{
color: #607EEF;
}
</style>
background-color css
<style>
a { background-color: #607EEF; }
a { background-color: rgb(96,126,239); }
div.DivClassName
{
background-color: #607EEF;
}
.BgClassName
{
background-color: #607EEF;
}
</style>
border-color css
<style>
span { border-color: #607EEF; }
span { border-color: rgb(96,126,239); }
td.TdClassName
{
border-color: #607EEF;
}
.TagClassName
{
border-color: #607EEF;
}
</style>