Shades of Cornflower Blue #607CDE
Tints of Cornflower Blue #607CDE
RGB
CMYK
RGB Variations
Color information
#607CDE (or 0x607CDE) is known color: Cornflower Blue. HEX triplet: 60, 7C and DE. RGB value is (96,124,222). Sum of RGB (Red+Green+Blue) = 96+124+222=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #607CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CDE is #9F8321. Grayscale: #7E7E7E. Windows color (decimal): -10453794 or 14580832. OLE color: 14580832.
HSL color Cylindrical-coordinate representation of color #607CDE: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607CDE is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 124 | 222 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.13 |
| HSL | 226.67º | 0.66% | 0.62% | - |
| HSV(B) | 226.67º | 0.57% | 0.87% | - |
| XYZ | 25.22 | 22.18 | 72.06 | - |
| YUV | 126.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 222 | 0.57 | 0.44 | 0 | 0.13 | 226.67 | 0.66 | 0.62 |
| Hex | 60 | 7C | DE | 39 | 2C | 0 | D | E3 | 42 | 3E |
| Octal | 140 | 174 | 336 | 71 | 54 | 0 | 15 | 343 | 102 | 76 |
| Binary | 1100000 | 1111100 | 11011110 | 111001 | 101100 | 0 | 1101 | 11100011 | 1000010 | 111110 |
Color Harmonies of #607CDE
Complementary color
Monochromatic Colors of #607CDE
Black with #607CDE
Text Example
Text Example
White with #607CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CDE; }
p { color: rgb(96,124,222); }
H1.HeaderClassName
{
color: #607CDE;
}
.AnyTagClassName
{
color: #607CDE;
}
</style>
background-color css
<style>
a { background-color: #607CDE; }
a { background-color: rgb(96,124,222); }
div.DivClassName
{
background-color: #607CDE;
}
.BgClassName
{
background-color: #607CDE;
}
</style>
border-color css
<style>
span { border-color: #607CDE; }
span { border-color: rgb(96,124,222); }
td.TdClassName
{
border-color: #607CDE;
}
.TagClassName
{
border-color: #607CDE;
}
</style>