Shades of Cornflower Blue #609FE5
Tints of Cornflower Blue #609FE5
RGB
CMYK
RGB Variations
Color information
#609FE5 (or 0x609FE5) is known color: Cornflower Blue. HEX triplet: 60, 9F and E5. RGB value is (96,159,229). Sum of RGB (Red+Green+Blue) = 96+159+229=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #609FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FE5 is #9F601A. Grayscale: #939393. Windows color (decimal): -10444827 or 15048544. OLE color: 15048544.
HSL color Cylindrical-coordinate representation of color #609FE5: hue angle of 211.58º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #609FE5 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 159 | 229 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.10 |
| HSL | 211.58º | 0.72% | 0.64% | - |
| HSV(B) | 211.58º | 0.58% | 0.9% | - |
| XYZ | 31.36 | 32.94 | 78.83 | - |
| YUV | 148.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 229 | 0.58 | 0.31 | 0 | 0.10 | 211.58 | 0.72 | 0.64 |
| Hex | 60 | 9F | E5 | 3A | 1F | 0 | A | D4 | 48 | 40 |
| Octal | 140 | 237 | 345 | 72 | 37 | 0 | 12 | 324 | 110 | 100 |
| Binary | 1100000 | 10011111 | 11100101 | 111010 | 11111 | 0 | 1010 | 11010100 | 1001000 | 1000000 |
Color Harmonies of #609FE5
Complementary color
Monochromatic Colors of #609FE5
Black with #609FE5
Text Example
Text Example
White with #609FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FE5; }
p { color: rgb(96,159,229); }
H1.HeaderClassName
{
color: #609FE5;
}
.AnyTagClassName
{
color: #609FE5;
}
</style>
background-color css
<style>
a { background-color: #609FE5; }
a { background-color: rgb(96,159,229); }
div.DivClassName
{
background-color: #609FE5;
}
.BgClassName
{
background-color: #609FE5;
}
</style>
border-color css
<style>
span { border-color: #609FE5; }
span { border-color: rgb(96,159,229); }
td.TdClassName
{
border-color: #609FE5;
}
.TagClassName
{
border-color: #609FE5;
}
</style>