Shades of Cornflower Blue #607BFD
Tints of Cornflower Blue #607BFD
RGB
CMYK
RGB Variations
Color information
#607BFD (or 0x607BFD) is known color: Cornflower Blue. HEX triplet: 60, 7B and FD. RGB value is (96,123,253). Sum of RGB (Red+Green+Blue) = 96+123+253=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #607BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BFD is #9F8402. Grayscale: #818181. Windows color (decimal): -10454019 or 16612192. OLE color: 16612192.
HSL color Cylindrical-coordinate representation of color #607BFD: hue angle of 229.68º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607BFD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 123 | 253 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.01 |
| HSL | 229.68º | 0.98% | 0.68% | - |
| HSV(B) | 229.68º | 0.62% | 0.99% | - |
| XYZ | 29.64 | 23.74 | 95.95 | - |
| YUV | 129.75 | 197.55 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 253 | 0.62 | 0.51 | 0 | 0.01 | 229.68 | 0.98 | 0.68 |
| Hex | 60 | 7B | FD | 3E | 33 | 0 | 1 | E6 | 62 | 44 |
| Octal | 140 | 173 | 375 | 76 | 63 | 0 | 1 | 346 | 142 | 104 |
| Binary | 1100000 | 1111011 | 11111101 | 111110 | 110011 | 0 | 1 | 11100110 | 1100010 | 1000100 |
Color Harmonies of #607BFD
Complementary color
Monochromatic Colors of #607BFD
Black with #607BFD
Text Example
Text Example
White with #607BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BFD; }
p { color: rgb(96,123,253); }
H1.HeaderClassName
{
color: #607BFD;
}
.AnyTagClassName
{
color: #607BFD;
}
</style>
background-color css
<style>
a { background-color: #607BFD; }
a { background-color: rgb(96,123,253); }
div.DivClassName
{
background-color: #607BFD;
}
.BgClassName
{
background-color: #607BFD;
}
</style>
border-color css
<style>
span { border-color: #607BFD; }
span { border-color: rgb(96,123,253); }
td.TdClassName
{
border-color: #607BFD;
}
.TagClassName
{
border-color: #607BFD;
}
</style>