Shades of Cornflower Blue #609FF2
Tints of Cornflower Blue #609FF2
RGB
CMYK
RGB Variations
Color information
#609FF2 (or 0x609FF2) is known color: Cornflower Blue. HEX triplet: 60, 9F and F2. RGB value is (96,159,242). Sum of RGB (Red+Green+Blue) = 96+159+242=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #609FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609FF2 is #9F600D. Grayscale: #959595. Windows color (decimal): -10444814 or 15900512. OLE color: 15900512.
HSL color Cylindrical-coordinate representation of color #609FF2: hue angle of 214.11º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #609FF2 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 159 | 242 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.05 |
| HSL | 214.11º | 0.85% | 0.66% | - |
| HSV(B) | 214.11º | 0.6% | 0.95% | - |
| XYZ | 33.25 | 33.69 | 88.76 | - |
| YUV | 149.63 | 180.13 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 242 | 0.60 | 0.34 | 0 | 0.05 | 214.11 | 0.85 | 0.66 |
| Hex | 60 | 9F | F2 | 3C | 22 | 0 | 5 | D6 | 55 | 42 |
| Octal | 140 | 237 | 362 | 74 | 42 | 0 | 5 | 326 | 125 | 102 |
| Binary | 1100000 | 10011111 | 11110010 | 111100 | 100010 | 0 | 101 | 11010110 | 1010101 | 1000010 |
Color Harmonies of #609FF2
Complementary color
Monochromatic Colors of #609FF2
Black with #609FF2
Text Example
Text Example
White with #609FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FF2; }
p { color: rgb(96,159,242); }
H1.HeaderClassName
{
color: #609FF2;
}
.AnyTagClassName
{
color: #609FF2;
}
</style>
background-color css
<style>
a { background-color: #609FF2; }
a { background-color: rgb(96,159,242); }
div.DivClassName
{
background-color: #609FF2;
}
.BgClassName
{
background-color: #609FF2;
}
</style>
border-color css
<style>
span { border-color: #609FF2; }
span { border-color: rgb(96,159,242); }
td.TdClassName
{
border-color: #609FF2;
}
.TagClassName
{
border-color: #609FF2;
}
</style>