Shades of Cornflower Blue #607CFC
Tints of Cornflower Blue #607CFC
RGB
CMYK
RGB Variations
Color information
#607CFC (or 0x607CFC) is known color: Cornflower Blue. HEX triplet: 60, 7C and FC. RGB value is (96,124,252). Sum of RGB (Red+Green+Blue) = 96+124+252=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #607CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CFC is #9F8303. Grayscale: #818181. Windows color (decimal): -10453764 or 16546912. OLE color: 16546912.
HSL color Cylindrical-coordinate representation of color #607CFC: hue angle of 229.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607CFC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 124 | 252 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.01 |
| HSL | 229.23º | 0.96% | 0.68% | - |
| HSV(B) | 229.23º | 0.62% | 0.99% | - |
| XYZ | 29.6 | 23.93 | 95.15 | - |
| YUV | 130.22 | 196.72 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 252 | 0.62 | 0.51 | 0 | 0.01 | 229.23 | 0.96 | 0.68 |
| Hex | 60 | 7C | FC | 3E | 33 | 0 | 1 | E5 | 60 | 44 |
| Octal | 140 | 174 | 374 | 76 | 63 | 0 | 1 | 345 | 140 | 104 |
| Binary | 1100000 | 1111100 | 11111100 | 111110 | 110011 | 0 | 1 | 11100101 | 1100000 | 1000100 |
Color Harmonies of #607CFC
Complementary color
Monochromatic Colors of #607CFC
Black with #607CFC
Text Example
Text Example
White with #607CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CFC; }
p { color: rgb(96,124,252); }
H1.HeaderClassName
{
color: #607CFC;
}
.AnyTagClassName
{
color: #607CFC;
}
</style>
background-color css
<style>
a { background-color: #607CFC; }
a { background-color: rgb(96,124,252); }
div.DivClassName
{
background-color: #607CFC;
}
.BgClassName
{
background-color: #607CFC;
}
</style>
border-color css
<style>
span { border-color: #607CFC; }
span { border-color: rgb(96,124,252); }
td.TdClassName
{
border-color: #607CFC;
}
.TagClassName
{
border-color: #607CFC;
}
</style>