Shades of Cornflower Blue #609CFA
Tints of Cornflower Blue #609CFA
RGB
CMYK
RGB Variations
Color information
#609CFA (or 0x609CFA) is known color: Cornflower Blue. HEX triplet: 60, 9C and FA. RGB value is (96,156,250). Sum of RGB (Red+Green+Blue) = 96+156+250=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #609CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609CFA is #9F6305. Grayscale: #949494. Windows color (decimal): -10445574 or 16424032. OLE color: 16424032.
HSL color Cylindrical-coordinate representation of color #609CFA: hue angle of 216.62º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #609CFA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 156 | 250 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.02 |
| HSL | 216.62º | 0.94% | 0.68% | - |
| HSV(B) | 216.62º | 0.62% | 0.98% | - |
| XYZ | 33.97 | 33.17 | 95.05 | - |
| YUV | 148.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 250 | 0.62 | 0.38 | 0 | 0.02 | 216.62 | 0.94 | 0.68 |
| Hex | 60 | 9C | FA | 3E | 26 | 0 | 2 | D9 | 5E | 44 |
| Octal | 140 | 234 | 372 | 76 | 46 | 0 | 2 | 331 | 136 | 104 |
| Binary | 1100000 | 10011100 | 11111010 | 111110 | 100110 | 0 | 10 | 11011001 | 1011110 | 1000100 |
Color Harmonies of #609CFA
Complementary color
Monochromatic Colors of #609CFA
Black with #609CFA
Text Example
Text Example
White with #609CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CFA; }
p { color: rgb(96,156,250); }
H1.HeaderClassName
{
color: #609CFA;
}
.AnyTagClassName
{
color: #609CFA;
}
</style>
background-color css
<style>
a { background-color: #609CFA; }
a { background-color: rgb(96,156,250); }
div.DivClassName
{
background-color: #609CFA;
}
.BgClassName
{
background-color: #609CFA;
}
</style>
border-color css
<style>
span { border-color: #609CFA; }
span { border-color: rgb(96,156,250); }
td.TdClassName
{
border-color: #609CFA;
}
.TagClassName
{
border-color: #609CFA;
}
</style>