Shades of Cornflower Blue #607BEE
Tints of Cornflower Blue #607BEE
RGB
CMYK
RGB Variations
Color information
#607BEE (or 0x607BEE) is known color: Cornflower Blue. HEX triplet: 60, 7B and EE. RGB value is (96,123,238). Sum of RGB (Red+Green+Blue) = 96+123+238=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #607BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BEE is #9F8411. Grayscale: #7F7F7F. Windows color (decimal): -10454034 or 15629152. OLE color: 15629152.
HSL color Cylindrical-coordinate representation of color #607BEE: hue angle of 228.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607BEE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 123 | 238 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.07 |
| HSL | 228.59º | 0.81% | 0.65% | - |
| HSV(B) | 228.59º | 0.6% | 0.93% | - |
| XYZ | 27.34 | 22.83 | 83.85 | - |
| YUV | 128.04 | 190.05 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 238 | 0.60 | 0.48 | 0 | 0.07 | 228.59 | 0.81 | 0.65 |
| Hex | 60 | 7B | EE | 3C | 30 | 0 | 7 | E5 | 51 | 41 |
| Octal | 140 | 173 | 356 | 74 | 60 | 0 | 7 | 345 | 121 | 101 |
| Binary | 1100000 | 1111011 | 11101110 | 111100 | 110000 | 0 | 111 | 11100101 | 1010001 | 1000001 |
Color Harmonies of #607BEE
Complementary color
Monochromatic Colors of #607BEE
Black with #607BEE
Text Example
Text Example
White with #607BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BEE; }
p { color: rgb(96,123,238); }
H1.HeaderClassName
{
color: #607BEE;
}
.AnyTagClassName
{
color: #607BEE;
}
</style>
background-color css
<style>
a { background-color: #607BEE; }
a { background-color: rgb(96,123,238); }
div.DivClassName
{
background-color: #607BEE;
}
.BgClassName
{
background-color: #607BEE;
}
</style>
border-color css
<style>
span { border-color: #607BEE; }
span { border-color: rgb(96,123,238); }
td.TdClassName
{
border-color: #607BEE;
}
.TagClassName
{
border-color: #607BEE;
}
</style>