Shades of Cornflower Blue #607DFF
Tints of Cornflower Blue #607DFF
RGB
CMYK
RGB Variations
Color information
#607DFF (or 0x607DFF) is known color: Cornflower Blue. HEX triplet: 60, 7D and FF. RGB value is (96,125,255). Sum of RGB (Red+Green+Blue) = 96+125+255=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #607DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DFF is #9F8200. Grayscale: #828282. Windows color (decimal): -10453505 or 16743776. OLE color: 16743776.
HSL color Cylindrical-coordinate representation of color #607DFF: hue angle of 229.06º 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 #607DFF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 125 | 255 | - |
| CMYK | 0.62 | 0.51 | 0 | 0 |
| HSL | 229.06º | 1% | 0.69% | - |
| HSV(B) | 229.06º | 0.62% | 1% | - |
| XYZ | 30.21 | 24.37 | 97.72 | - |
| YUV | 131.15 | 197.89 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 255 | 0.62 | 0.51 | 0 | 0 | 229.06 | 1 | 0.69 |
| Hex | 60 | 7D | FF | 3E | 33 | 0 | 0 | E5 | 64 | 45 |
| Octal | 140 | 175 | 377 | 76 | 63 | 0 | 0 | 345 | 144 | 105 |
| Binary | 1100000 | 1111101 | 11111111 | 111110 | 110011 | 0 | 0 | 11100101 | 1100100 | 1000101 |
Color Harmonies of #607DFF
Complementary color
Monochromatic Colors of #607DFF
Black with #607DFF
Text Example
Text Example
White with #607DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DFF; }
p { color: rgb(96,125,255); }
H1.HeaderClassName
{
color: #607DFF;
}
.AnyTagClassName
{
color: #607DFF;
}
</style>
background-color css
<style>
a { background-color: #607DFF; }
a { background-color: rgb(96,125,255); }
div.DivClassName
{
background-color: #607DFF;
}
.BgClassName
{
background-color: #607DFF;
}
</style>
border-color css
<style>
span { border-color: #607DFF; }
span { border-color: rgb(96,125,255); }
td.TdClassName
{
border-color: #607DFF;
}
.TagClassName
{
border-color: #607DFF;
}
</style>