Shades of Cornflower Blue #609CE2
Tints of Cornflower Blue #609CE2
RGB
CMYK
RGB Variations
Color information
#609CE2 (or 0x609CE2) is known color: Cornflower Blue. HEX triplet: 60, 9C and E2. RGB value is (96,156,226). Sum of RGB (Red+Green+Blue) = 96+156+226=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #609CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CE2 is #9F631D. Grayscale: #919191. Windows color (decimal): -10445598 or 14851168. OLE color: 14851168.
HSL color Cylindrical-coordinate representation of color #609CE2: hue angle of 212.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #609CE2 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 156 | 226 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.11 |
| HSL | 212.31º | 0.69% | 0.63% | - |
| HSV(B) | 212.31º | 0.58% | 0.89% | - |
| XYZ | 30.44 | 31.75 | 76.48 | - |
| YUV | 146.04 | 173.12 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 226 | 0.58 | 0.31 | 0 | 0.11 | 212.31 | 0.69 | 0.63 |
| Hex | 60 | 9C | E2 | 3A | 1F | 0 | B | D4 | 45 | 3F |
| Octal | 140 | 234 | 342 | 72 | 37 | 0 | 13 | 324 | 105 | 77 |
| Binary | 1100000 | 10011100 | 11100010 | 111010 | 11111 | 0 | 1011 | 11010100 | 1000101 | 111111 |
Color Harmonies of #609CE2
Complementary color
Monochromatic Colors of #609CE2
Black with #609CE2
Text Example
Text Example
White with #609CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CE2; }
p { color: rgb(96,156,226); }
H1.HeaderClassName
{
color: #609CE2;
}
.AnyTagClassName
{
color: #609CE2;
}
</style>
background-color css
<style>
a { background-color: #609CE2; }
a { background-color: rgb(96,156,226); }
div.DivClassName
{
background-color: #609CE2;
}
.BgClassName
{
background-color: #609CE2;
}
</style>
border-color css
<style>
span { border-color: #609CE2; }
span { border-color: rgb(96,156,226); }
td.TdClassName
{
border-color: #609CE2;
}
.TagClassName
{
border-color: #609CE2;
}
</style>