Shades of Cornflower Blue #607FFB
Tints of Cornflower Blue #607FFB
RGB
CMYK
RGB Variations
Color information
#607FFB (or 0x607FFB) is known color: Cornflower Blue. HEX triplet: 60, 7F and FB. RGB value is (96,127,251). Sum of RGB (Red+Green+Blue) = 96+127+251=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #607FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FFB is #9F8004. Grayscale: #838383. Windows color (decimal): -10452997 or 16482144. OLE color: 16482144.
HSL color Cylindrical-coordinate representation of color #607FFB: hue angle of 228º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607FFB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 127 | 251 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.02 |
| HSL | 228º | 0.95% | 0.68% | - |
| HSV(B) | 228º | 0.62% | 0.98% | - |
| XYZ | 29.83 | 24.63 | 94.45 | - |
| YUV | 131.87 | 195.23 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 251 | 0.62 | 0.49 | 0 | 0.02 | 228 | 0.95 | 0.68 |
| Hex | 60 | 7F | FB | 3E | 31 | 0 | 2 | E4 | 5F | 44 |
| Octal | 140 | 177 | 373 | 76 | 61 | 0 | 2 | 344 | 137 | 104 |
| Binary | 1100000 | 1111111 | 11111011 | 111110 | 110001 | 0 | 10 | 11100100 | 1011111 | 1000100 |
Color Harmonies of #607FFB
Complementary color
Monochromatic Colors of #607FFB
Black with #607FFB
Text Example
Text Example
White with #607FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FFB; }
p { color: rgb(96,127,251); }
H1.HeaderClassName
{
color: #607FFB;
}
.AnyTagClassName
{
color: #607FFB;
}
</style>
background-color css
<style>
a { background-color: #607FFB; }
a { background-color: rgb(96,127,251); }
div.DivClassName
{
background-color: #607FFB;
}
.BgClassName
{
background-color: #607FFB;
}
</style>
border-color css
<style>
span { border-color: #607FFB; }
span { border-color: rgb(96,127,251); }
td.TdClassName
{
border-color: #607FFB;
}
.TagClassName
{
border-color: #607FFB;
}
</style>