Shades of Cornflower Blue #607BF0
Tints of Cornflower Blue #607BF0
RGB
CMYK
RGB Variations
Color information
#607BF0 (or 0x607BF0) is known color: Cornflower Blue. HEX triplet: 60, 7B and F0. RGB value is (96,123,240). Sum of RGB (Red+Green+Blue) = 96+123+240=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #607BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BF0 is #9F840F. Grayscale: #7F7F7F. Windows color (decimal): -10454032 or 15760224. OLE color: 15760224.
HSL color Cylindrical-coordinate representation of color #607BF0: hue angle of 228.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607BF0 is Cyan = 0.6, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 123 | 240 | - |
| CMYK | 0.6 | 0.49 | 0 | 0.06 |
| HSL | 228.75º | 0.83% | 0.66% | - |
| HSV(B) | 228.75º | 0.6% | 0.94% | - |
| XYZ | 27.64 | 22.94 | 85.41 | - |
| YUV | 128.27 | 191.05 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 240 | 0.6 | 0.49 | 0 | 0.06 | 228.75 | 0.83 | 0.66 |
| Hex | 60 | 7B | F0 | 3C | 31 | 0 | 6 | E5 | 53 | 42 |
| Octal | 140 | 173 | 360 | 74 | 61 | 0 | 6 | 345 | 123 | 102 |
| Binary | 1100000 | 1111011 | 11110000 | 111100 | 110001 | 0 | 110 | 11100101 | 1010011 | 1000010 |
Color Harmonies of #607BF0
Complementary color
Monochromatic Colors of #607BF0
Black with #607BF0
Text Example
Text Example
White with #607BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BF0; }
p { color: rgb(96,123,240); }
H1.HeaderClassName
{
color: #607BF0;
}
.AnyTagClassName
{
color: #607BF0;
}
</style>
background-color css
<style>
a { background-color: #607BF0; }
a { background-color: rgb(96,123,240); }
div.DivClassName
{
background-color: #607BF0;
}
.BgClassName
{
background-color: #607BF0;
}
</style>
border-color css
<style>
span { border-color: #607BF0; }
span { border-color: rgb(96,123,240); }
td.TdClassName
{
border-color: #607BF0;
}
.TagClassName
{
border-color: #607BF0;
}
</style>