Shades of Cornflower Blue #609EFB
Tints of Cornflower Blue #609EFB
RGB
CMYK
RGB Variations
Color information
#609EFB (or 0x609EFB) is known color: Cornflower Blue. HEX triplet: 60, 9E and FB. RGB value is (96,158,251). Sum of RGB (Red+Green+Blue) = 96+158+251=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #609EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609EFB is #9F6104. Grayscale: #959595. Windows color (decimal): -10445061 or 16490080. OLE color: 16490080.
HSL color Cylindrical-coordinate representation of color #609EFB: hue angle of 216º degrees, saturation: 0.95, 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 #609EFB is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 158 | 251 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.02 |
| HSL | 216º | 0.95% | 0.68% | - |
| HSV(B) | 216º | 0.62% | 0.98% | - |
| XYZ | 34.46 | 33.91 | 95.99 | - |
| YUV | 150.06 | 184.96 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 251 | 0.62 | 0.37 | 0 | 0.02 | 216 | 0.95 | 0.68 |
| Hex | 60 | 9E | FB | 3E | 25 | 0 | 2 | D8 | 5F | 44 |
| Octal | 140 | 236 | 373 | 76 | 45 | 0 | 2 | 330 | 137 | 104 |
| Binary | 1100000 | 10011110 | 11111011 | 111110 | 100101 | 0 | 10 | 11011000 | 1011111 | 1000100 |
Color Harmonies of #609EFB
Complementary color
Monochromatic Colors of #609EFB
Black with #609EFB
Text Example
Text Example
White with #609EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EFB; }
p { color: rgb(96,158,251); }
H1.HeaderClassName
{
color: #609EFB;
}
.AnyTagClassName
{
color: #609EFB;
}
</style>
background-color css
<style>
a { background-color: #609EFB; }
a { background-color: rgb(96,158,251); }
div.DivClassName
{
background-color: #609EFB;
}
.BgClassName
{
background-color: #609EFB;
}
</style>
border-color css
<style>
span { border-color: #609EFB; }
span { border-color: rgb(96,158,251); }
td.TdClassName
{
border-color: #609EFB;
}
.TagClassName
{
border-color: #609EFB;
}
</style>