Shades of Cornflower Blue #607AF8
Tints of Cornflower Blue #607AF8
RGB
CMYK
RGB Variations
Color information
#607AF8 (or 0x607AF8) is known color: Cornflower Blue. HEX triplet: 60, 7A and F8. RGB value is (96,122,248). Sum of RGB (Red+Green+Blue) = 96+122+248=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #607AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AF8 is #9F8507. Grayscale: #808080. Windows color (decimal): -10454280 or 16284256. OLE color: 16284256.
HSL color Cylindrical-coordinate representation of color #607AF8: hue angle of 229.74º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607AF8 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 122 | 248 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.03 |
| HSL | 229.74º | 0.92% | 0.67% | - |
| HSV(B) | 229.74º | 0.61% | 0.97% | - |
| XYZ | 28.73 | 23.18 | 91.77 | - |
| YUV | 128.59 | 195.39 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 248 | 0.61 | 0.51 | 0 | 0.03 | 229.74 | 0.92 | 0.67 |
| Hex | 60 | 7A | F8 | 3D | 33 | 0 | 3 | E6 | 5C | 43 |
| Octal | 140 | 172 | 370 | 75 | 63 | 0 | 3 | 346 | 134 | 103 |
| Binary | 1100000 | 1111010 | 11111000 | 111101 | 110011 | 0 | 11 | 11100110 | 1011100 | 1000011 |
Color Harmonies of #607AF8
Complementary color
Monochromatic Colors of #607AF8
Black with #607AF8
Text Example
Text Example
White with #607AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AF8; }
p { color: rgb(96,122,248); }
H1.HeaderClassName
{
color: #607AF8;
}
.AnyTagClassName
{
color: #607AF8;
}
</style>
background-color css
<style>
a { background-color: #607AF8; }
a { background-color: rgb(96,122,248); }
div.DivClassName
{
background-color: #607AF8;
}
.BgClassName
{
background-color: #607AF8;
}
</style>
border-color css
<style>
span { border-color: #607AF8; }
span { border-color: rgb(96,122,248); }
td.TdClassName
{
border-color: #607AF8;
}
.TagClassName
{
border-color: #607AF8;
}
</style>