Shades of Cornflower Blue #607BF6
Tints of Cornflower Blue #607BF6
RGB
CMYK
RGB Variations
Color information
#607BF6 (or 0x607BF6) is known color: Cornflower Blue. HEX triplet: 60, 7B and F6. RGB value is (96,123,246). Sum of RGB (Red+Green+Blue) = 96+123+246=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #607BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BF6 is #9F8409. Grayscale: #808080. Windows color (decimal): -10454026 or 16153440. OLE color: 16153440.
HSL color Cylindrical-coordinate representation of color #607BF6: hue angle of 229.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607BF6 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 123 | 246 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.04 |
| HSL | 229.2º | 0.89% | 0.67% | - |
| HSV(B) | 229.2º | 0.61% | 0.96% | - |
| XYZ | 28.54 | 23.31 | 90.18 | - |
| YUV | 128.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 246 | 0.61 | 0.50 | 0 | 0.04 | 229.2 | 0.89 | 0.67 |
| Hex | 60 | 7B | F6 | 3D | 32 | 0 | 4 | E5 | 59 | 43 |
| Octal | 140 | 173 | 366 | 75 | 62 | 0 | 4 | 345 | 131 | 103 |
| Binary | 1100000 | 1111011 | 11110110 | 111101 | 110010 | 0 | 100 | 11100101 | 1011001 | 1000011 |
Color Harmonies of #607BF6
Complementary color
Monochromatic Colors of #607BF6
Black with #607BF6
Text Example
Text Example
White with #607BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BF6; }
p { color: rgb(96,123,246); }
H1.HeaderClassName
{
color: #607BF6;
}
.AnyTagClassName
{
color: #607BF6;
}
</style>
background-color css
<style>
a { background-color: #607BF6; }
a { background-color: rgb(96,123,246); }
div.DivClassName
{
background-color: #607BF6;
}
.BgClassName
{
background-color: #607BF6;
}
</style>
border-color css
<style>
span { border-color: #607BF6; }
span { border-color: rgb(96,123,246); }
td.TdClassName
{
border-color: #607BF6;
}
.TagClassName
{
border-color: #607BF6;
}
</style>