Shades of Cornflower Blue #609CFF
Tints of Cornflower Blue #609CFF
RGB
CMYK
RGB Variations
Color information
#609CFF (or 0x609CFF) is known color: Cornflower Blue. HEX triplet: 60, 9C and FF. RGB value is (96,156,255). Sum of RGB (Red+Green+Blue) = 96+156+255=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #609CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609CFF is #9F6300. Grayscale: #949494. Windows color (decimal): -10445569 or 16751712. OLE color: 16751712.
HSL color Cylindrical-coordinate representation of color #609CFF: hue angle of 217.36º 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 #609CFF is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 156 | 255 | - |
| CMYK | 0.62 | 0.39 | 0 | 0 |
| HSL | 217.36º | 1% | 0.69% | - |
| HSV(B) | 217.36º | 0.62% | 1% | - |
| XYZ | 34.76 | 33.48 | 99.24 | - |
| YUV | 149.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 255 | 0.62 | 0.39 | 0 | 0 | 217.36 | 1 | 0.69 |
| Hex | 60 | 9C | FF | 3E | 27 | 0 | 0 | D9 | 64 | 45 |
| Octal | 140 | 234 | 377 | 76 | 47 | 0 | 0 | 331 | 144 | 105 |
| Binary | 1100000 | 10011100 | 11111111 | 111110 | 100111 | 0 | 0 | 11011001 | 1100100 | 1000101 |
Color Harmonies of #609CFF
Complementary color
Monochromatic Colors of #609CFF
Black with #609CFF
Text Example
Text Example
White with #609CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CFF; }
p { color: rgb(96,156,255); }
H1.HeaderClassName
{
color: #609CFF;
}
.AnyTagClassName
{
color: #609CFF;
}
</style>
background-color css
<style>
a { background-color: #609CFF; }
a { background-color: rgb(96,156,255); }
div.DivClassName
{
background-color: #609CFF;
}
.BgClassName
{
background-color: #609CFF;
}
</style>
border-color css
<style>
span { border-color: #609CFF; }
span { border-color: rgb(96,156,255); }
td.TdClassName
{
border-color: #609CFF;
}
.TagClassName
{
border-color: #609CFF;
}
</style>