Shades of Cornflower Blue #607CDD
Tints of Cornflower Blue #607CDD
RGB
CMYK
RGB Variations
Color information
#607CDD (or 0x607CDD) is known color: Cornflower Blue. HEX triplet: 60, 7C and DD. RGB value is (96,124,221). Sum of RGB (Red+Green+Blue) = 96+124+221=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #607CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CDD is #9F8322. Grayscale: #7E7E7E. Windows color (decimal): -10453795 or 14515296. OLE color: 14515296.
HSL color Cylindrical-coordinate representation of color #607CDD: hue angle of 226.56º degrees, saturation: 0.65, 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 #607CDD is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 124 | 221 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.13 |
| HSL | 226.56º | 0.65% | 0.62% | - |
| HSV(B) | 226.56º | 0.57% | 0.87% | - |
| XYZ | 25.08 | 22.12 | 71.35 | - |
| YUV | 126.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 221 | 0.57 | 0.44 | 0 | 0.13 | 226.56 | 0.65 | 0.62 |
| Hex | 60 | 7C | DD | 39 | 2C | 0 | D | E3 | 41 | 3E |
| Octal | 140 | 174 | 335 | 71 | 54 | 0 | 15 | 343 | 101 | 76 |
| Binary | 1100000 | 1111100 | 11011101 | 111001 | 101100 | 0 | 1101 | 11100011 | 1000001 | 111110 |
Color Harmonies of #607CDD
Complementary color
Monochromatic Colors of #607CDD
Black with #607CDD
Text Example
Text Example
White with #607CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CDD; }
p { color: rgb(96,124,221); }
H1.HeaderClassName
{
color: #607CDD;
}
.AnyTagClassName
{
color: #607CDD;
}
</style>
background-color css
<style>
a { background-color: #607CDD; }
a { background-color: rgb(96,124,221); }
div.DivClassName
{
background-color: #607CDD;
}
.BgClassName
{
background-color: #607CDD;
}
</style>
border-color css
<style>
span { border-color: #607CDD; }
span { border-color: rgb(96,124,221); }
td.TdClassName
{
border-color: #607CDD;
}
.TagClassName
{
border-color: #607CDD;
}
</style>