Shades of Cornflower Blue #607BFF
Tints of Cornflower Blue #607BFF
RGB
CMYK
RGB Variations
Color information
#607BFF (or 0x607BFF) is known color: Cornflower Blue. HEX triplet: 60, 7B and FF. RGB value is (96,123,255). Sum of RGB (Red+Green+Blue) = 96+123+255=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #607BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BFF is #9F8400. Grayscale: #818181. Windows color (decimal): -10454017 or 16743264. OLE color: 16743264.
HSL color Cylindrical-coordinate representation of color #607BFF: hue angle of 229.81º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607BFF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 123 | 255 | - |
| CMYK | 0.62 | 0.52 | 0 | 0 |
| HSL | 229.81º | 1% | 0.69% | - |
| HSV(B) | 229.81º | 0.62% | 1% | - |
| XYZ | 29.96 | 23.87 | 97.64 | - |
| YUV | 129.98 | 198.55 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 255 | 0.62 | 0.52 | 0 | 0 | 229.81 | 1 | 0.69 |
| Hex | 60 | 7B | FF | 3E | 34 | 0 | 0 | E6 | 64 | 45 |
| Octal | 140 | 173 | 377 | 76 | 64 | 0 | 0 | 346 | 144 | 105 |
| Binary | 1100000 | 1111011 | 11111111 | 111110 | 110100 | 0 | 0 | 11100110 | 1100100 | 1000101 |
Color Harmonies of #607BFF
Complementary color
Monochromatic Colors of #607BFF
Black with #607BFF
Text Example
Text Example
White with #607BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BFF; }
p { color: rgb(96,123,255); }
H1.HeaderClassName
{
color: #607BFF;
}
.AnyTagClassName
{
color: #607BFF;
}
</style>
background-color css
<style>
a { background-color: #607BFF; }
a { background-color: rgb(96,123,255); }
div.DivClassName
{
background-color: #607BFF;
}
.BgClassName
{
background-color: #607BFF;
}
</style>
border-color css
<style>
span { border-color: #607BFF; }
span { border-color: rgb(96,123,255); }
td.TdClassName
{
border-color: #607BFF;
}
.TagClassName
{
border-color: #607BFF;
}
</style>