Shades of Cornflower Blue #6591FF
Tints of Cornflower Blue #6591FF
RGB
CMYK
RGB Variations
Color information
#6591FF (or 0x6591FF) is known color: Cornflower Blue. HEX triplet: 65, 91 and FF. RGB value is (101,145,255). Sum of RGB (Red+Green+Blue) = 101+145+255=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #6591FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6591FF is #9A6E00. Grayscale: #8F8F8F. Windows color (decimal): -10120705 or 16748901. OLE color: 16748901.
HSL color Cylindrical-coordinate representation of color #6591FF: hue angle of 222.86º 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 #6591FF is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 145 | 255 | - |
| CMYK | 0.60 | 0.43 | 0 | 0 |
| HSL | 222.86º | 1% | 0.7% | - |
| HSV(B) | 222.86º | 0.6% | 1% | - |
| XYZ | 33.54 | 30.24 | 98.68 | - |
| YUV | 144.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 255 | 0.60 | 0.43 | 0 | 0 | 222.86 | 1 | 0.7 |
| Hex | 65 | 91 | FF | 3C | 2B | 0 | 0 | DF | 64 | 46 |
| Octal | 145 | 221 | 377 | 74 | 53 | 0 | 0 | 337 | 144 | 106 |
| Binary | 1100101 | 10010001 | 11111111 | 111100 | 101011 | 0 | 0 | 11011111 | 1100100 | 1000110 |
Color Harmonies of #6591FF
Complementary color
Monochromatic Colors of #6591FF
Black with #6591FF
Text Example
Text Example
White with #6591FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591FF; }
p { color: rgb(101,145,255); }
H1.HeaderClassName
{
color: #6591FF;
}
.AnyTagClassName
{
color: #6591FF;
}
</style>
background-color css
<style>
a { background-color: #6591FF; }
a { background-color: rgb(101,145,255); }
div.DivClassName
{
background-color: #6591FF;
}
.BgClassName
{
background-color: #6591FF;
}
</style>
border-color css
<style>
span { border-color: #6591FF; }
span { border-color: rgb(101,145,255); }
td.TdClassName
{
border-color: #6591FF;
}
.TagClassName
{
border-color: #6591FF;
}
</style>