Shades of Cornflower Blue #609CE6
Tints of Cornflower Blue #609CE6
RGB
CMYK
RGB Variations
Color information
#609CE6 (or 0x609CE6) is known color: Cornflower Blue. HEX triplet: 60, 9C and E6. RGB value is (96,156,230). Sum of RGB (Red+Green+Blue) = 96+156+230=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #609CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609CE6 is #9F6319. Grayscale: #929292. Windows color (decimal): -10445594 or 15113312. OLE color: 15113312.
HSL color Cylindrical-coordinate representation of color #609CE6: hue angle of 213.13º degrees, saturation: 0.73, 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 #609CE6 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 156 | 230 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.10 |
| HSL | 213.13º | 0.73% | 0.64% | - |
| HSV(B) | 213.13º | 0.58% | 0.9% | - |
| XYZ | 31 | 31.98 | 79.4 | - |
| YUV | 146.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 230 | 0.58 | 0.32 | 0 | 0.10 | 213.13 | 0.73 | 0.64 |
| Hex | 60 | 9C | E6 | 3A | 20 | 0 | A | D5 | 49 | 40 |
| Octal | 140 | 234 | 346 | 72 | 40 | 0 | 12 | 325 | 111 | 100 |
| Binary | 1100000 | 10011100 | 11100110 | 111010 | 100000 | 0 | 1010 | 11010101 | 1001001 | 1000000 |
Color Harmonies of #609CE6
Complementary color
Monochromatic Colors of #609CE6
Black with #609CE6
Text Example
Text Example
White with #609CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CE6; }
p { color: rgb(96,156,230); }
H1.HeaderClassName
{
color: #609CE6;
}
.AnyTagClassName
{
color: #609CE6;
}
</style>
background-color css
<style>
a { background-color: #609CE6; }
a { background-color: rgb(96,156,230); }
div.DivClassName
{
background-color: #609CE6;
}
.BgClassName
{
background-color: #609CE6;
}
</style>
border-color css
<style>
span { border-color: #609CE6; }
span { border-color: rgb(96,156,230); }
td.TdClassName
{
border-color: #609CE6;
}
.TagClassName
{
border-color: #609CE6;
}
</style>