Shades of Cornflower Blue #6591DA
Tints of Cornflower Blue #6591DA
RGB
CMYK
RGB Variations
Color information
#6591DA (or 0x6591DA) is known color: Cornflower Blue. HEX triplet: 65, 91 and DA. RGB value is (101,145,218). Sum of RGB (Red+Green+Blue) = 101+145+218=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #6591DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6591DA is #9A6E25. Grayscale: #8B8B8B. Windows color (decimal): -10120742 or 14324069. OLE color: 14324069.
HSL color Cylindrical-coordinate representation of color #6591DA: hue angle of 217.44º 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 #6591DA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 145 | 218 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.15 |
| HSL | 217.44º | 0.61% | 0.63% | - |
| HSV(B) | 217.44º | 0.54% | 0.85% | - |
| XYZ | 28.15 | 28.08 | 70.27 | - |
| YUV | 140.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 218 | 0.54 | 0.33 | 0 | 0.15 | 217.44 | 0.61 | 0.63 |
| Hex | 65 | 91 | DA | 36 | 21 | 0 | F | D9 | 3D | 3F |
| Octal | 145 | 221 | 332 | 66 | 41 | 0 | 17 | 331 | 75 | 77 |
| Binary | 1100101 | 10010001 | 11011010 | 110110 | 100001 | 0 | 1111 | 11011001 | 111101 | 111111 |
Color Harmonies of #6591DA
Complementary color
Monochromatic Colors of #6591DA
Black with #6591DA
Text Example
Text Example
White with #6591DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591DA; }
p { color: rgb(101,145,218); }
H1.HeaderClassName
{
color: #6591DA;
}
.AnyTagClassName
{
color: #6591DA;
}
</style>
background-color css
<style>
a { background-color: #6591DA; }
a { background-color: rgb(101,145,218); }
div.DivClassName
{
background-color: #6591DA;
}
.BgClassName
{
background-color: #6591DA;
}
</style>
border-color css
<style>
span { border-color: #6591DA; }
span { border-color: rgb(101,145,218); }
td.TdClassName
{
border-color: #6591DA;
}
.TagClassName
{
border-color: #6591DA;
}
</style>