Shades of Cornflower Blue #609FFF
Tints of Cornflower Blue #609FFF
RGB
CMYK
RGB Variations
Color information
#609FFF (or 0x609FFF) is known color: Cornflower Blue. HEX triplet: 60, 9F and FF. RGB value is (96,159,255). Sum of RGB (Red+Green+Blue) = 96+159+255=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #609FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609FFF is #9F6000. Grayscale: #969696. Windows color (decimal): -10444801 or 16752480. OLE color: 16752480.
HSL color Cylindrical-coordinate representation of color #609FFF: hue angle of 216.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #609FFF is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 159 | 255 | - |
| CMYK | 0.62 | 0.38 | 0 | 0 |
| HSL | 216.23º | 1% | 0.69% | - |
| HSV(B) | 216.23º | 0.62% | 1% | - |
| XYZ | 35.27 | 34.5 | 99.41 | - |
| YUV | 151.11 | 186.63 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 255 | 0.62 | 0.38 | 0 | 0 | 216.23 | 1 | 0.69 |
| Hex | 60 | 9F | FF | 3E | 26 | 0 | 0 | D8 | 64 | 45 |
| Octal | 140 | 237 | 377 | 76 | 46 | 0 | 0 | 330 | 144 | 105 |
| Binary | 1100000 | 10011111 | 11111111 | 111110 | 100110 | 0 | 0 | 11011000 | 1100100 | 1000101 |
Color Harmonies of #609FFF
Complementary color
Monochromatic Colors of #609FFF
Black with #609FFF
Text Example
Text Example
White with #609FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FFF; }
p { color: rgb(96,159,255); }
H1.HeaderClassName
{
color: #609FFF;
}
.AnyTagClassName
{
color: #609FFF;
}
</style>
background-color css
<style>
a { background-color: #609FFF; }
a { background-color: rgb(96,159,255); }
div.DivClassName
{
background-color: #609FFF;
}
.BgClassName
{
background-color: #609FFF;
}
</style>
border-color css
<style>
span { border-color: #609FFF; }
span { border-color: rgb(96,159,255); }
td.TdClassName
{
border-color: #609FFF;
}
.TagClassName
{
border-color: #609FFF;
}
</style>