Shades of Cornflower Blue #607DFA
Tints of Cornflower Blue #607DFA
RGB
CMYK
RGB Variations
Color information
#607DFA (or 0x607DFA) is known color: Cornflower Blue. HEX triplet: 60, 7D and FA. RGB value is (96,125,250). Sum of RGB (Red+Green+Blue) = 96+125+250=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #607DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DFA is #9F8205. Grayscale: #828282. Windows color (decimal): -10453510 or 16416096. OLE color: 16416096.
HSL color Cylindrical-coordinate representation of color #607DFA: hue angle of 228.7º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607DFA is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 125 | 250 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.02 |
| HSL | 228.7º | 0.94% | 0.68% | - |
| HSV(B) | 228.7º | 0.62% | 0.98% | - |
| XYZ | 29.41 | 24.06 | 93.54 | - |
| YUV | 130.58 | 195.39 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 250 | 0.62 | 0.50 | 0 | 0.02 | 228.7 | 0.94 | 0.68 |
| Hex | 60 | 7D | FA | 3E | 32 | 0 | 2 | E5 | 5E | 44 |
| Octal | 140 | 175 | 372 | 76 | 62 | 0 | 2 | 345 | 136 | 104 |
| Binary | 1100000 | 1111101 | 11111010 | 111110 | 110010 | 0 | 10 | 11100101 | 1011110 | 1000100 |
Color Harmonies of #607DFA
Complementary color
Monochromatic Colors of #607DFA
Black with #607DFA
Text Example
Text Example
White with #607DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DFA; }
p { color: rgb(96,125,250); }
H1.HeaderClassName
{
color: #607DFA;
}
.AnyTagClassName
{
color: #607DFA;
}
</style>
background-color css
<style>
a { background-color: #607DFA; }
a { background-color: rgb(96,125,250); }
div.DivClassName
{
background-color: #607DFA;
}
.BgClassName
{
background-color: #607DFA;
}
</style>
border-color css
<style>
span { border-color: #607DFA; }
span { border-color: rgb(96,125,250); }
td.TdClassName
{
border-color: #607DFA;
}
.TagClassName
{
border-color: #607DFA;
}
</style>