Shades of Cornflower Blue #607BF5
Tints of Cornflower Blue #607BF5
RGB
CMYK
RGB Variations
Color information
#607BF5 (or 0x607BF5) is known color: Cornflower Blue. HEX triplet: 60, 7B and F5. RGB value is (96,123,245). Sum of RGB (Red+Green+Blue) = 96+123+245=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #607BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BF5 is #9F840A. Grayscale: #808080. Windows color (decimal): -10454027 or 16087904. OLE color: 16087904.
HSL color Cylindrical-coordinate representation of color #607BF5: hue angle of 229.13º degrees, saturation: 0.88, 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 #607BF5 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 123 | 245 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.04 |
| HSL | 229.13º | 0.88% | 0.67% | - |
| HSV(B) | 229.13º | 0.61% | 0.96% | - |
| XYZ | 28.39 | 23.25 | 89.38 | - |
| YUV | 128.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 245 | 0.61 | 0.50 | 0 | 0.04 | 229.13 | 0.88 | 0.67 |
| Hex | 60 | 7B | F5 | 3D | 32 | 0 | 4 | E5 | 58 | 43 |
| Octal | 140 | 173 | 365 | 75 | 62 | 0 | 4 | 345 | 130 | 103 |
| Binary | 1100000 | 1111011 | 11110101 | 111101 | 110010 | 0 | 100 | 11100101 | 1011000 | 1000011 |
Color Harmonies of #607BF5
Complementary color
Monochromatic Colors of #607BF5
Black with #607BF5
Text Example
Text Example
White with #607BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BF5; }
p { color: rgb(96,123,245); }
H1.HeaderClassName
{
color: #607BF5;
}
.AnyTagClassName
{
color: #607BF5;
}
</style>
background-color css
<style>
a { background-color: #607BF5; }
a { background-color: rgb(96,123,245); }
div.DivClassName
{
background-color: #607BF5;
}
.BgClassName
{
background-color: #607BF5;
}
</style>
border-color css
<style>
span { border-color: #607BF5; }
span { border-color: rgb(96,123,245); }
td.TdClassName
{
border-color: #607BF5;
}
.TagClassName
{
border-color: #607BF5;
}
</style>