Shades of Cornflower Blue #607FEE
Tints of Cornflower Blue #607FEE
RGB
CMYK
RGB Variations
Color information
#607FEE (or 0x607FEE) is known color: Cornflower Blue. HEX triplet: 60, 7F and EE. RGB value is (96,127,238). Sum of RGB (Red+Green+Blue) = 96+127+238=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #607FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FEE is #9F8011. Grayscale: #818181. Windows color (decimal): -10453010 or 15630176. OLE color: 15630176.
HSL color Cylindrical-coordinate representation of color #607FEE: hue angle of 226.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607FEE is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 127 | 238 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.07 |
| HSL | 226.9º | 0.81% | 0.65% | - |
| HSV(B) | 226.9º | 0.6% | 0.93% | - |
| XYZ | 27.85 | 23.84 | 84.02 | - |
| YUV | 130.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 238 | 0.60 | 0.47 | 0 | 0.07 | 226.9 | 0.81 | 0.65 |
| Hex | 60 | 7F | EE | 3C | 2F | 0 | 7 | E3 | 51 | 41 |
| Octal | 140 | 177 | 356 | 74 | 57 | 0 | 7 | 343 | 121 | 101 |
| Binary | 1100000 | 1111111 | 11101110 | 111100 | 101111 | 0 | 111 | 11100011 | 1010001 | 1000001 |
Color Harmonies of #607FEE
Complementary color
Monochromatic Colors of #607FEE
Black with #607FEE
Text Example
Text Example
White with #607FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FEE; }
p { color: rgb(96,127,238); }
H1.HeaderClassName
{
color: #607FEE;
}
.AnyTagClassName
{
color: #607FEE;
}
</style>
background-color css
<style>
a { background-color: #607FEE; }
a { background-color: rgb(96,127,238); }
div.DivClassName
{
background-color: #607FEE;
}
.BgClassName
{
background-color: #607FEE;
}
</style>
border-color css
<style>
span { border-color: #607FEE; }
span { border-color: rgb(96,127,238); }
td.TdClassName
{
border-color: #607FEE;
}
.TagClassName
{
border-color: #607FEE;
}
</style>