Shades of Cornflower Blue #6586DF
Tints of Cornflower Blue #6586DF
RGB
CMYK
RGB Variations
Color information
#6586DF (or 0x6586DF) is known color: Cornflower Blue. HEX triplet: 65, 86 and DF. RGB value is (101,134,223). Sum of RGB (Red+Green+Blue) = 101+134+223=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #6586DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586DF is #9A7920. Grayscale: #858585. Windows color (decimal): -10123553 or 14648933. OLE color: 14648933.
HSL color Cylindrical-coordinate representation of color #6586DF: hue angle of 223.77º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6586DF is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 134 | 223 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.13 |
| HSL | 223.77º | 0.66% | 0.64% | - |
| HSV(B) | 223.77º | 0.55% | 0.87% | - |
| XYZ | 27.21 | 25.14 | 73.23 | - |
| YUV | 134.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 223 | 0.55 | 0.40 | 0 | 0.13 | 223.77 | 0.66 | 0.64 |
| Hex | 65 | 86 | DF | 37 | 28 | 0 | D | E0 | 42 | 40 |
| Octal | 145 | 206 | 337 | 67 | 50 | 0 | 15 | 340 | 102 | 100 |
| Binary | 1100101 | 10000110 | 11011111 | 110111 | 101000 | 0 | 1101 | 11100000 | 1000010 | 1000000 |
Color Harmonies of #6586DF
Complementary color
Monochromatic Colors of #6586DF
Black with #6586DF
Text Example
Text Example
White with #6586DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586DF; }
p { color: rgb(101,134,223); }
H1.HeaderClassName
{
color: #6586DF;
}
.AnyTagClassName
{
color: #6586DF;
}
</style>
background-color css
<style>
a { background-color: #6586DF; }
a { background-color: rgb(101,134,223); }
div.DivClassName
{
background-color: #6586DF;
}
.BgClassName
{
background-color: #6586DF;
}
</style>
border-color css
<style>
span { border-color: #6586DF; }
span { border-color: rgb(101,134,223); }
td.TdClassName
{
border-color: #6586DF;
}
.TagClassName
{
border-color: #6586DF;
}
</style>