Shades of Cornflower Blue #607BDE
Tints of Cornflower Blue #607BDE
RGB
CMYK
RGB Variations
Color information
#607BDE (or 0x607BDE) is known color: Cornflower Blue. HEX triplet: 60, 7B and DE. RGB value is (96,123,222). Sum of RGB (Red+Green+Blue) = 96+123+222=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #607BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BDE is #9F8421. Grayscale: #7D7D7D. Windows color (decimal): -10454050 or 14580576. OLE color: 14580576.
HSL color Cylindrical-coordinate representation of color #607BDE: hue angle of 227.14º 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 #607BDE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 123 | 222 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.13 |
| HSL | 227.14º | 0.66% | 0.62% | - |
| HSV(B) | 227.14º | 0.57% | 0.87% | - |
| XYZ | 25.09 | 21.93 | 72.02 | - |
| YUV | 126.21 | 182.05 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 222 | 0.57 | 0.45 | 0 | 0.13 | 227.14 | 0.66 | 0.62 |
| Hex | 60 | 7B | DE | 39 | 2D | 0 | D | E3 | 42 | 3E |
| Octal | 140 | 173 | 336 | 71 | 55 | 0 | 15 | 343 | 102 | 76 |
| Binary | 1100000 | 1111011 | 11011110 | 111001 | 101101 | 0 | 1101 | 11100011 | 1000010 | 111110 |
Color Harmonies of #607BDE
Complementary color
Monochromatic Colors of #607BDE
Black with #607BDE
Text Example
Text Example
White with #607BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BDE; }
p { color: rgb(96,123,222); }
H1.HeaderClassName
{
color: #607BDE;
}
.AnyTagClassName
{
color: #607BDE;
}
</style>
background-color css
<style>
a { background-color: #607BDE; }
a { background-color: rgb(96,123,222); }
div.DivClassName
{
background-color: #607BDE;
}
.BgClassName
{
background-color: #607BDE;
}
</style>
border-color css
<style>
span { border-color: #607BDE; }
span { border-color: rgb(96,123,222); }
td.TdClassName
{
border-color: #607BDE;
}
.TagClassName
{
border-color: #607BDE;
}
</style>