Shades of Cornflower Blue #607FF3
Tints of Cornflower Blue #607FF3
RGB
CMYK
RGB Variations
Color information
#607FF3 (or 0x607FF3) is known color: Cornflower Blue. HEX triplet: 60, 7F and F3. RGB value is (96,127,243). Sum of RGB (Red+Green+Blue) = 96+127+243=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #607FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FF3 is #9F800C. Grayscale: #828282. Windows color (decimal): -10453005 or 15957856. OLE color: 15957856.
HSL color Cylindrical-coordinate representation of color #607FF3: hue angle of 227.35º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607FF3 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 127 | 243 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.05 |
| HSL | 227.35º | 0.86% | 0.66% | - |
| HSV(B) | 227.35º | 0.6% | 0.95% | - |
| XYZ | 28.59 | 24.14 | 87.95 | - |
| YUV | 130.96 | 191.23 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 243 | 0.60 | 0.48 | 0 | 0.05 | 227.35 | 0.86 | 0.66 |
| Hex | 60 | 7F | F3 | 3C | 30 | 0 | 5 | E3 | 56 | 42 |
| Octal | 140 | 177 | 363 | 74 | 60 | 0 | 5 | 343 | 126 | 102 |
| Binary | 1100000 | 1111111 | 11110011 | 111100 | 110000 | 0 | 101 | 11100011 | 1010110 | 1000010 |
Color Harmonies of #607FF3
Complementary color
Monochromatic Colors of #607FF3
Black with #607FF3
Text Example
Text Example
White with #607FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FF3; }
p { color: rgb(96,127,243); }
H1.HeaderClassName
{
color: #607FF3;
}
.AnyTagClassName
{
color: #607FF3;
}
</style>
background-color css
<style>
a { background-color: #607FF3; }
a { background-color: rgb(96,127,243); }
div.DivClassName
{
background-color: #607FF3;
}
.BgClassName
{
background-color: #607FF3;
}
</style>
border-color css
<style>
span { border-color: #607FF3; }
span { border-color: rgb(96,127,243); }
td.TdClassName
{
border-color: #607FF3;
}
.TagClassName
{
border-color: #607FF3;
}
</style>