Shades of Cornflower Blue #6586DA
Tints of Cornflower Blue #6586DA
RGB
CMYK
RGB Variations
Color information
#6586DA (or 0x6586DA) is known color: Cornflower Blue. HEX triplet: 65, 86 and DA. RGB value is (101,134,218). Sum of RGB (Red+Green+Blue) = 101+134+218=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #6586DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586DA is #9A7925. Grayscale: #858585. Windows color (decimal): -10123558 or 14321253. OLE color: 14321253.
HSL color Cylindrical-coordinate representation of color #6586DA: hue angle of 223.08º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6586DA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 134 | 218 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.15 |
| HSL | 223.08º | 0.61% | 0.63% | - |
| HSV(B) | 223.08º | 0.54% | 0.85% | - |
| XYZ | 26.55 | 24.88 | 69.73 | - |
| YUV | 133.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 218 | 0.54 | 0.39 | 0 | 0.15 | 223.08 | 0.61 | 0.63 |
| Hex | 65 | 86 | DA | 36 | 27 | 0 | F | DF | 3D | 3F |
| Octal | 145 | 206 | 332 | 66 | 47 | 0 | 17 | 337 | 75 | 77 |
| Binary | 1100101 | 10000110 | 11011010 | 110110 | 100111 | 0 | 1111 | 11011111 | 111101 | 111111 |
Color Harmonies of #6586DA
Complementary color
Monochromatic Colors of #6586DA
Black with #6586DA
Text Example
Text Example
White with #6586DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586DA; }
p { color: rgb(101,134,218); }
H1.HeaderClassName
{
color: #6586DA;
}
.AnyTagClassName
{
color: #6586DA;
}
</style>
background-color css
<style>
a { background-color: #6586DA; }
a { background-color: rgb(101,134,218); }
div.DivClassName
{
background-color: #6586DA;
}
.BgClassName
{
background-color: #6586DA;
}
</style>
border-color css
<style>
span { border-color: #6586DA; }
span { border-color: rgb(101,134,218); }
td.TdClassName
{
border-color: #6586DA;
}
.TagClassName
{
border-color: #6586DA;
}
</style>