Shades of Cornflower Blue #609BDF
Tints of Cornflower Blue #609BDF
RGB
CMYK
RGB Variations
Color information
#609BDF (or 0x609BDF) is known color: Cornflower Blue. HEX triplet: 60, 9B and DF. RGB value is (96,155,223). Sum of RGB (Red+Green+Blue) = 96+155+223=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #609BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BDF is #9F6420. Grayscale: #909090. Windows color (decimal): -10445857 or 14654304. OLE color: 14654304.
HSL color Cylindrical-coordinate representation of color #609BDF: hue angle of 212.13º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609BDF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 155 | 223 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.13 |
| HSL | 212.13º | 0.66% | 0.63% | - |
| HSV(B) | 212.13º | 0.57% | 0.87% | - |
| XYZ | 29.86 | 31.26 | 74.27 | - |
| YUV | 145.11 | 171.95 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 223 | 0.57 | 0.30 | 0 | 0.13 | 212.13 | 0.66 | 0.63 |
| Hex | 60 | 9B | DF | 39 | 1E | 0 | D | D4 | 42 | 3F |
| Octal | 140 | 233 | 337 | 71 | 36 | 0 | 15 | 324 | 102 | 77 |
| Binary | 1100000 | 10011011 | 11011111 | 111001 | 11110 | 0 | 1101 | 11010100 | 1000010 | 111111 |
Color Harmonies of #609BDF
Complementary color
Monochromatic Colors of #609BDF
Black with #609BDF
Text Example
Text Example
White with #609BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BDF; }
p { color: rgb(96,155,223); }
H1.HeaderClassName
{
color: #609BDF;
}
.AnyTagClassName
{
color: #609BDF;
}
</style>
background-color css
<style>
a { background-color: #609BDF; }
a { background-color: rgb(96,155,223); }
div.DivClassName
{
background-color: #609BDF;
}
.BgClassName
{
background-color: #609BDF;
}
</style>
border-color css
<style>
span { border-color: #609BDF; }
span { border-color: rgb(96,155,223); }
td.TdClassName
{
border-color: #609BDF;
}
.TagClassName
{
border-color: #609BDF;
}
</style>