Shades of Cornflower Blue #607FFF
Tints of Cornflower Blue #607FFF
RGB
CMYK
RGB Variations
Color information
#607FFF (or 0x607FFF) is known color: Cornflower Blue. HEX triplet: 60, 7F and FF. RGB value is (96,127,255). Sum of RGB (Red+Green+Blue) = 96+127+255=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #607FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FFF is #9F8000. Grayscale: #838383. Windows color (decimal): -10452993 or 16744288. OLE color: 16744288.
HSL color Cylindrical-coordinate representation of color #607FFF: hue angle of 228.3º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607FFF is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 127 | 255 | - |
| CMYK | 0.62 | 0.50 | 0 | 0 |
| HSL | 228.3º | 1% | 0.69% | - |
| HSV(B) | 228.3º | 0.62% | 1% | - |
| XYZ | 30.46 | 24.89 | 97.81 | - |
| YUV | 132.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 255 | 0.62 | 0.50 | 0 | 0 | 228.3 | 1 | 0.69 |
| Hex | 60 | 7F | FF | 3E | 32 | 0 | 0 | E4 | 64 | 45 |
| Octal | 140 | 177 | 377 | 76 | 62 | 0 | 0 | 344 | 144 | 105 |
| Binary | 1100000 | 1111111 | 11111111 | 111110 | 110010 | 0 | 0 | 11100100 | 1100100 | 1000101 |
Color Harmonies of #607FFF
Complementary color
Monochromatic Colors of #607FFF
Black with #607FFF
Text Example
Text Example
White with #607FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FFF; }
p { color: rgb(96,127,255); }
H1.HeaderClassName
{
color: #607FFF;
}
.AnyTagClassName
{
color: #607FFF;
}
</style>
background-color css
<style>
a { background-color: #607FFF; }
a { background-color: rgb(96,127,255); }
div.DivClassName
{
background-color: #607FFF;
}
.BgClassName
{
background-color: #607FFF;
}
</style>
border-color css
<style>
span { border-color: #607FFF; }
span { border-color: rgb(96,127,255); }
td.TdClassName
{
border-color: #607FFF;
}
.TagClassName
{
border-color: #607FFF;
}
</style>