Shades of Cornflower Blue #609EED
Tints of Cornflower Blue #609EED
RGB
CMYK
RGB Variations
Color information
#609EED (or 0x609EED) is known color: Cornflower Blue. HEX triplet: 60, 9E and ED. RGB value is (96,158,237). Sum of RGB (Red+Green+Blue) = 96+158+237=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #609EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609EED is #9F6112. Grayscale: #949494. Windows color (decimal): -10445075 or 15572576. OLE color: 15572576.
HSL color Cylindrical-coordinate representation of color #609EED: hue angle of 213.62º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #609EED is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 158 | 237 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.07 |
| HSL | 213.62º | 0.8% | 0.65% | - |
| HSV(B) | 213.62º | 0.59% | 0.93% | - |
| XYZ | 32.34 | 33.05 | 84.8 | - |
| YUV | 148.47 | 177.96 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 237 | 0.59 | 0.33 | 0 | 0.07 | 213.62 | 0.8 | 0.65 |
| Hex | 60 | 9E | ED | 3B | 21 | 0 | 7 | D6 | 50 | 41 |
| Octal | 140 | 236 | 355 | 73 | 41 | 0 | 7 | 326 | 120 | 101 |
| Binary | 1100000 | 10011110 | 11101101 | 111011 | 100001 | 0 | 111 | 11010110 | 1010000 | 1000001 |
Color Harmonies of #609EED
Complementary color
Monochromatic Colors of #609EED
Black with #609EED
Text Example
Text Example
White with #609EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EED; }
p { color: rgb(96,158,237); }
H1.HeaderClassName
{
color: #609EED;
}
.AnyTagClassName
{
color: #609EED;
}
</style>
background-color css
<style>
a { background-color: #609EED; }
a { background-color: rgb(96,158,237); }
div.DivClassName
{
background-color: #609EED;
}
.BgClassName
{
background-color: #609EED;
}
</style>
border-color css
<style>
span { border-color: #609EED; }
span { border-color: rgb(96,158,237); }
td.TdClassName
{
border-color: #609EED;
}
.TagClassName
{
border-color: #609EED;
}
</style>