Shades of Cornflower Blue #607BFC
Tints of Cornflower Blue #607BFC
RGB
CMYK
RGB Variations
Color information
#607BFC (or 0x607BFC) is known color: Cornflower Blue. HEX triplet: 60, 7B and FC. RGB value is (96,123,252). Sum of RGB (Red+Green+Blue) = 96+123+252=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #607BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BFC is #9F8403. Grayscale: #818181. Windows color (decimal): -10454020 or 16546656. OLE color: 16546656.
HSL color Cylindrical-coordinate representation of color #607BFC: hue angle of 229.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607BFC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 123 | 252 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.01 |
| HSL | 229.62º | 0.96% | 0.68% | - |
| HSV(B) | 229.62º | 0.62% | 0.99% | - |
| XYZ | 29.48 | 23.68 | 95.11 | - |
| YUV | 129.63 | 197.05 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 252 | 0.62 | 0.51 | 0 | 0.01 | 229.62 | 0.96 | 0.68 |
| Hex | 60 | 7B | FC | 3E | 33 | 0 | 1 | E6 | 60 | 44 |
| Octal | 140 | 173 | 374 | 76 | 63 | 0 | 1 | 346 | 140 | 104 |
| Binary | 1100000 | 1111011 | 11111100 | 111110 | 110011 | 0 | 1 | 11100110 | 1100000 | 1000100 |
Color Harmonies of #607BFC
Complementary color
Monochromatic Colors of #607BFC
Black with #607BFC
Text Example
Text Example
White with #607BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BFC; }
p { color: rgb(96,123,252); }
H1.HeaderClassName
{
color: #607BFC;
}
.AnyTagClassName
{
color: #607BFC;
}
</style>
background-color css
<style>
a { background-color: #607BFC; }
a { background-color: rgb(96,123,252); }
div.DivClassName
{
background-color: #607BFC;
}
.BgClassName
{
background-color: #607BFC;
}
</style>
border-color css
<style>
span { border-color: #607BFC; }
span { border-color: rgb(96,123,252); }
td.TdClassName
{
border-color: #607BFC;
}
.TagClassName
{
border-color: #607BFC;
}
</style>