Shades of Cornflower Blue #607BF1
Tints of Cornflower Blue #607BF1
RGB
CMYK
RGB Variations
Color information
#607BF1 (or 0x607BF1) is known color: Cornflower Blue. HEX triplet: 60, 7B and F1. RGB value is (96,123,241). Sum of RGB (Red+Green+Blue) = 96+123+241=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #607BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BF1 is #9F840E. Grayscale: #7F7F7F. Windows color (decimal): -10454031 or 15825760. OLE color: 15825760.
HSL color Cylindrical-coordinate representation of color #607BF1: hue angle of 228.83º degrees, saturation: 0.84, 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 #607BF1 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 123 | 241 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.05 |
| HSL | 228.83º | 0.84% | 0.66% | - |
| HSV(B) | 228.83º | 0.6% | 0.95% | - |
| XYZ | 27.78 | 23 | 86.19 | - |
| YUV | 128.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 241 | 0.60 | 0.49 | 0 | 0.05 | 228.83 | 0.84 | 0.66 |
| Hex | 60 | 7B | F1 | 3C | 31 | 0 | 5 | E5 | 54 | 42 |
| Octal | 140 | 173 | 361 | 74 | 61 | 0 | 5 | 345 | 124 | 102 |
| Binary | 1100000 | 1111011 | 11110001 | 111100 | 110001 | 0 | 101 | 11100101 | 1010100 | 1000010 |
Color Harmonies of #607BF1
Complementary color
Monochromatic Colors of #607BF1
Black with #607BF1
Text Example
Text Example
White with #607BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BF1; }
p { color: rgb(96,123,241); }
H1.HeaderClassName
{
color: #607BF1;
}
.AnyTagClassName
{
color: #607BF1;
}
</style>
background-color css
<style>
a { background-color: #607BF1; }
a { background-color: rgb(96,123,241); }
div.DivClassName
{
background-color: #607BF1;
}
.BgClassName
{
background-color: #607BF1;
}
</style>
border-color css
<style>
span { border-color: #607BF1; }
span { border-color: rgb(96,123,241); }
td.TdClassName
{
border-color: #607BF1;
}
.TagClassName
{
border-color: #607BF1;
}
</style>