Shades of Cornflower Blue #607AF6
Tints of Cornflower Blue #607AF6
RGB
CMYK
RGB Variations
Color information
#607AF6 (or 0x607AF6) is known color: Cornflower Blue. HEX triplet: 60, 7A and F6. RGB value is (96,122,246). Sum of RGB (Red+Green+Blue) = 96+122+246=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #607AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AF6 is #9F8509. Grayscale: #7F7F7F. Windows color (decimal): -10454282 or 16153184. OLE color: 16153184.
HSL color Cylindrical-coordinate representation of color #607AF6: hue angle of 229.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607AF6 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 122 | 246 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.04 |
| HSL | 229.6º | 0.89% | 0.67% | - |
| HSV(B) | 229.6º | 0.61% | 0.96% | - |
| XYZ | 28.42 | 23.06 | 90.14 | - |
| YUV | 128.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 246 | 0.61 | 0.50 | 0 | 0.04 | 229.6 | 0.89 | 0.67 |
| Hex | 60 | 7A | F6 | 3D | 32 | 0 | 4 | E6 | 59 | 43 |
| Octal | 140 | 172 | 366 | 75 | 62 | 0 | 4 | 346 | 131 | 103 |
| Binary | 1100000 | 1111010 | 11110110 | 111101 | 110010 | 0 | 100 | 11100110 | 1011001 | 1000011 |
Color Harmonies of #607AF6
Complementary color
Monochromatic Colors of #607AF6
Black with #607AF6
Text Example
Text Example
White with #607AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AF6; }
p { color: rgb(96,122,246); }
H1.HeaderClassName
{
color: #607AF6;
}
.AnyTagClassName
{
color: #607AF6;
}
</style>
background-color css
<style>
a { background-color: #607AF6; }
a { background-color: rgb(96,122,246); }
div.DivClassName
{
background-color: #607AF6;
}
.BgClassName
{
background-color: #607AF6;
}
</style>
border-color css
<style>
span { border-color: #607AF6; }
span { border-color: rgb(96,122,246); }
td.TdClassName
{
border-color: #607AF6;
}
.TagClassName
{
border-color: #607AF6;
}
</style>