Shades of Cornflower Blue #659AFF
Tints of Cornflower Blue #659AFF
RGB
CMYK
RGB Variations
Color information
#659AFF (or 0x659AFF) is known color: Cornflower Blue. HEX triplet: 65, 9A and FF. RGB value is (101,154,255). Sum of RGB (Red+Green+Blue) = 101+154+255=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 154 (60.55% from 255 or 30.20% 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 #659AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659AFF is #9A6500. Grayscale: #959595. Windows color (decimal): -10118401 or 16751205. OLE color: 16751205.
HSL color Cylindrical-coordinate representation of color #659AFF: hue angle of 219.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #659AFF is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 154 | 255 | - |
| CMYK | 0.60 | 0.40 | 0 | 0 |
| HSL | 219.35º | 1% | 0.7% | - |
| HSV(B) | 219.35º | 0.6% | 1% | - |
| XYZ | 34.97 | 33.1 | 99.15 | - |
| YUV | 149.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 255 | 0.60 | 0.40 | 0 | 0 | 219.35 | 1 | 0.7 |
| Hex | 65 | 9A | FF | 3C | 28 | 0 | 0 | DB | 64 | 46 |
| Octal | 145 | 232 | 377 | 74 | 50 | 0 | 0 | 333 | 144 | 106 |
| Binary | 1100101 | 10011010 | 11111111 | 111100 | 101000 | 0 | 0 | 11011011 | 1100100 | 1000110 |
Color Harmonies of #659AFF
Complementary color
Monochromatic Colors of #659AFF
Black with #659AFF
Text Example
Text Example
White with #659AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659AFF; }
p { color: rgb(101,154,255); }
H1.HeaderClassName
{
color: #659AFF;
}
.AnyTagClassName
{
color: #659AFF;
}
</style>
background-color css
<style>
a { background-color: #659AFF; }
a { background-color: rgb(101,154,255); }
div.DivClassName
{
background-color: #659AFF;
}
.BgClassName
{
background-color: #659AFF;
}
</style>
border-color css
<style>
span { border-color: #659AFF; }
span { border-color: rgb(101,154,255); }
td.TdClassName
{
border-color: #659AFF;
}
.TagClassName
{
border-color: #659AFF;
}
</style>