Shades of Cornflower Blue #607BFB
Tints of Cornflower Blue #607BFB
RGB
CMYK
RGB Variations
Color information
#607BFB (or 0x607BFB) is known color: Cornflower Blue. HEX triplet: 60, 7B and FB. RGB value is (96,123,251). Sum of RGB (Red+Green+Blue) = 96+123+251=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #607BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BFB is #9F8404. Grayscale: #808080. Windows color (decimal): -10454021 or 16481120. OLE color: 16481120.
HSL color Cylindrical-coordinate representation of color #607BFB: hue angle of 229.55º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607BFB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 123 | 251 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.02 |
| HSL | 229.55º | 0.95% | 0.68% | - |
| HSV(B) | 229.55º | 0.62% | 0.98% | - |
| XYZ | 29.32 | 23.62 | 94.28 | - |
| YUV | 129.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 251 | 0.62 | 0.51 | 0 | 0.02 | 229.55 | 0.95 | 0.68 |
| Hex | 60 | 7B | FB | 3E | 33 | 0 | 2 | E6 | 5F | 44 |
| Octal | 140 | 173 | 373 | 76 | 63 | 0 | 2 | 346 | 137 | 104 |
| Binary | 1100000 | 1111011 | 11111011 | 111110 | 110011 | 0 | 10 | 11100110 | 1011111 | 1000100 |
Color Harmonies of #607BFB
Complementary color
Monochromatic Colors of #607BFB
Black with #607BFB
Text Example
Text Example
White with #607BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BFB; }
p { color: rgb(96,123,251); }
H1.HeaderClassName
{
color: #607BFB;
}
.AnyTagClassName
{
color: #607BFB;
}
</style>
background-color css
<style>
a { background-color: #607BFB; }
a { background-color: rgb(96,123,251); }
div.DivClassName
{
background-color: #607BFB;
}
.BgClassName
{
background-color: #607BFB;
}
</style>
border-color css
<style>
span { border-color: #607BFB; }
span { border-color: rgb(96,123,251); }
td.TdClassName
{
border-color: #607BFB;
}
.TagClassName
{
border-color: #607BFB;
}
</style>