Shades of Cornflower Blue #607FE6
Tints of Cornflower Blue #607FE6
RGB
CMYK
RGB Variations
Color information
#607FE6 (or 0x607FE6) is known color: Cornflower Blue. HEX triplet: 60, 7F and E6. RGB value is (96,127,230). Sum of RGB (Red+Green+Blue) = 96+127+230=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #607FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FE6 is #9F8019. Grayscale: #818181. Windows color (decimal): -10453018 or 15105888. OLE color: 15105888.
HSL color Cylindrical-coordinate representation of color #607FE6: hue angle of 226.12º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #607FE6 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 127 | 230 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.10 |
| HSL | 226.12º | 0.73% | 0.64% | - |
| HSV(B) | 226.12º | 0.58% | 0.9% | - |
| XYZ | 26.7 | 23.38 | 77.97 | - |
| YUV | 129.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 230 | 0.58 | 0.45 | 0 | 0.10 | 226.12 | 0.73 | 0.64 |
| Hex | 60 | 7F | E6 | 3A | 2D | 0 | A | E2 | 49 | 40 |
| Octal | 140 | 177 | 346 | 72 | 55 | 0 | 12 | 342 | 111 | 100 |
| Binary | 1100000 | 1111111 | 11100110 | 111010 | 101101 | 0 | 1010 | 11100010 | 1001001 | 1000000 |
Color Harmonies of #607FE6
Complementary color
Monochromatic Colors of #607FE6
Black with #607FE6
Text Example
Text Example
White with #607FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FE6; }
p { color: rgb(96,127,230); }
H1.HeaderClassName
{
color: #607FE6;
}
.AnyTagClassName
{
color: #607FE6;
}
</style>
background-color css
<style>
a { background-color: #607FE6; }
a { background-color: rgb(96,127,230); }
div.DivClassName
{
background-color: #607FE6;
}
.BgClassName
{
background-color: #607FE6;
}
</style>
border-color css
<style>
span { border-color: #607FE6; }
span { border-color: rgb(96,127,230); }
td.TdClassName
{
border-color: #607FE6;
}
.TagClassName
{
border-color: #607FE6;
}
</style>