Shades of Cornflower Blue #659CFF
Tints of Cornflower Blue #659CFF
RGB
CMYK
RGB Variations
Color information
#659CFF (or 0x659CFF) is known color: Cornflower Blue. HEX triplet: 65, 9C and FF. RGB value is (101,156,255). Sum of RGB (Red+Green+Blue) = 101+156+255=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #659CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659CFF is #9A6300. Grayscale: #969696. Windows color (decimal): -10117889 or 16751717. OLE color: 16751717.
HSL color Cylindrical-coordinate representation of color #659CFF: hue angle of 218.57º 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 #659CFF is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 156 | 255 | - |
| CMYK | 0.60 | 0.39 | 0 | 0 |
| HSL | 218.57º | 1% | 0.7% | - |
| HSV(B) | 218.57º | 0.6% | 1% | - |
| XYZ | 35.31 | 33.76 | 99.26 | - |
| YUV | 150.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 255 | 0.60 | 0.39 | 0 | 0 | 218.57 | 1 | 0.7 |
| Hex | 65 | 9C | FF | 3C | 27 | 0 | 0 | DB | 64 | 46 |
| Octal | 145 | 234 | 377 | 74 | 47 | 0 | 0 | 333 | 144 | 106 |
| Binary | 1100101 | 10011100 | 11111111 | 111100 | 100111 | 0 | 0 | 11011011 | 1100100 | 1000110 |
Color Harmonies of #659CFF
Complementary color
Monochromatic Colors of #659CFF
Black with #659CFF
Text Example
Text Example
White with #659CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CFF; }
p { color: rgb(101,156,255); }
H1.HeaderClassName
{
color: #659CFF;
}
.AnyTagClassName
{
color: #659CFF;
}
</style>
background-color css
<style>
a { background-color: #659CFF; }
a { background-color: rgb(101,156,255); }
div.DivClassName
{
background-color: #659CFF;
}
.BgClassName
{
background-color: #659CFF;
}
</style>
border-color css
<style>
span { border-color: #659CFF; }
span { border-color: rgb(101,156,255); }
td.TdClassName
{
border-color: #659CFF;
}
.TagClassName
{
border-color: #659CFF;
}
</style>