Shades of Cornflower Blue #607AF0
Tints of Cornflower Blue #607AF0
RGB
CMYK
RGB Variations
Color information
#607AF0 (or 0x607AF0) is known color: Cornflower Blue. HEX triplet: 60, 7A and F0. RGB value is (96,122,240). Sum of RGB (Red+Green+Blue) = 96+122+240=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #607AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AF0 is #9F850F. Grayscale: #7F7F7F. Windows color (decimal): -10454288 or 15759968. OLE color: 15759968.
HSL color Cylindrical-coordinate representation of color #607AF0: hue angle of 229.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607AF0 is Cyan = 0.6, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 122 | 240 | - |
| CMYK | 0.6 | 0.49 | 0 | 0.06 |
| HSL | 229.17º | 0.83% | 0.66% | - |
| HSV(B) | 229.17º | 0.6% | 0.94% | - |
| XYZ | 27.51 | 22.7 | 85.37 | - |
| YUV | 127.68 | 191.39 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 240 | 0.6 | 0.49 | 0 | 0.06 | 229.17 | 0.83 | 0.66 |
| Hex | 60 | 7A | F0 | 3C | 31 | 0 | 6 | E5 | 53 | 42 |
| Octal | 140 | 172 | 360 | 74 | 61 | 0 | 6 | 345 | 123 | 102 |
| Binary | 1100000 | 1111010 | 11110000 | 111100 | 110001 | 0 | 110 | 11100101 | 1010011 | 1000010 |
Color Harmonies of #607AF0
Complementary color
Monochromatic Colors of #607AF0
Black with #607AF0
Text Example
Text Example
White with #607AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AF0; }
p { color: rgb(96,122,240); }
H1.HeaderClassName
{
color: #607AF0;
}
.AnyTagClassName
{
color: #607AF0;
}
</style>
background-color css
<style>
a { background-color: #607AF0; }
a { background-color: rgb(96,122,240); }
div.DivClassName
{
background-color: #607AF0;
}
.BgClassName
{
background-color: #607AF0;
}
</style>
border-color css
<style>
span { border-color: #607AF0; }
span { border-color: rgb(96,122,240); }
td.TdClassName
{
border-color: #607AF0;
}
.TagClassName
{
border-color: #607AF0;
}
</style>