Shades of Cornflower Blue #6586FF
Tints of Cornflower Blue #6586FF
RGB
CMYK
RGB Variations
Color information
#6586FF (or 0x6586FF) is known color: Cornflower Blue. HEX triplet: 65, 86 and FF. RGB value is (101,134,255). Sum of RGB (Red+Green+Blue) = 101+134+255=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #6586FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6586FF is #9A7900. Grayscale: #898989. Windows color (decimal): -10123521 or 16746085. OLE color: 16746085.
HSL color Cylindrical-coordinate representation of color #6586FF: hue angle of 227.14º 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 #6586FF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 134 | 255 | - |
| CMYK | 0.60 | 0.47 | 0 | 0 |
| HSL | 227.14º | 1% | 0.7% | - |
| HSV(B) | 227.14º | 0.6% | 1% | - |
| XYZ | 31.94 | 27.04 | 98.14 | - |
| YUV | 137.93 | 194.07 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 255 | 0.60 | 0.47 | 0 | 0 | 227.14 | 1 | 0.7 |
| Hex | 65 | 86 | FF | 3C | 2F | 0 | 0 | E3 | 64 | 46 |
| Octal | 145 | 206 | 377 | 74 | 57 | 0 | 0 | 343 | 144 | 106 |
| Binary | 1100101 | 10000110 | 11111111 | 111100 | 101111 | 0 | 0 | 11100011 | 1100100 | 1000110 |
Color Harmonies of #6586FF
Complementary color
Monochromatic Colors of #6586FF
Black with #6586FF
Text Example
Text Example
White with #6586FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586FF; }
p { color: rgb(101,134,255); }
H1.HeaderClassName
{
color: #6586FF;
}
.AnyTagClassName
{
color: #6586FF;
}
</style>
background-color css
<style>
a { background-color: #6586FF; }
a { background-color: rgb(101,134,255); }
div.DivClassName
{
background-color: #6586FF;
}
.BgClassName
{
background-color: #6586FF;
}
</style>
border-color css
<style>
span { border-color: #6586FF; }
span { border-color: rgb(101,134,255); }
td.TdClassName
{
border-color: #6586FF;
}
.TagClassName
{
border-color: #6586FF;
}
</style>