Shades of Cornflower Blue #607FFD
Tints of Cornflower Blue #607FFD
RGB
CMYK
RGB Variations
Color information
#607FFD (or 0x607FFD) is known color: Cornflower Blue. HEX triplet: 60, 7F and FD. RGB value is (96,127,253). Sum of RGB (Red+Green+Blue) = 96+127+253=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #607FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FFD is #9F8002. Grayscale: #838383. Windows color (decimal): -10452995 or 16613216. OLE color: 16613216.
HSL color Cylindrical-coordinate representation of color #607FFD: hue angle of 228.15º 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 #607FFD is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 127 | 253 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.01 |
| HSL | 228.15º | 0.98% | 0.68% | - |
| HSV(B) | 228.15º | 0.62% | 0.99% | - |
| XYZ | 30.14 | 24.76 | 96.12 | - |
| YUV | 132.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 253 | 0.62 | 0.50 | 0 | 0.01 | 228.15 | 0.98 | 0.68 |
| Hex | 60 | 7F | FD | 3E | 32 | 0 | 1 | E4 | 62 | 44 |
| Octal | 140 | 177 | 375 | 76 | 62 | 0 | 1 | 344 | 142 | 104 |
| Binary | 1100000 | 1111111 | 11111101 | 111110 | 110010 | 0 | 1 | 11100100 | 1100010 | 1000100 |
Color Harmonies of #607FFD
Complementary color
Monochromatic Colors of #607FFD
Black with #607FFD
Text Example
Text Example
White with #607FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FFD; }
p { color: rgb(96,127,253); }
H1.HeaderClassName
{
color: #607FFD;
}
.AnyTagClassName
{
color: #607FFD;
}
</style>
background-color css
<style>
a { background-color: #607FFD; }
a { background-color: rgb(96,127,253); }
div.DivClassName
{
background-color: #607FFD;
}
.BgClassName
{
background-color: #607FFD;
}
</style>
border-color css
<style>
span { border-color: #607FFD; }
span { border-color: rgb(96,127,253); }
td.TdClassName
{
border-color: #607FFD;
}
.TagClassName
{
border-color: #607FFD;
}
</style>