Shades of Cornflower Blue #6580DF
Tints of Cornflower Blue #6580DF
RGB
CMYK
RGB Variations
Color information
#6580DF (or 0x6580DF) is known color: Cornflower Blue. HEX triplet: 65, 80 and DF. RGB value is (101,128,223). Sum of RGB (Red+Green+Blue) = 101+128+223=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #6580DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580DF is #9A7F20. Grayscale: #828282. Windows color (decimal): -10125089 or 14647397. OLE color: 14647397.
HSL color Cylindrical-coordinate representation of color #6580DF: hue angle of 226.72º 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 #6580DF is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 128 | 223 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.13 |
| HSL | 226.72º | 0.66% | 0.64% | - |
| HSV(B) | 226.72º | 0.55% | 0.87% | - |
| XYZ | 26.41 | 23.53 | 72.96 | - |
| YUV | 130.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 223 | 0.55 | 0.43 | 0 | 0.13 | 226.72 | 0.66 | 0.64 |
| Hex | 65 | 80 | DF | 37 | 2B | 0 | D | E3 | 42 | 40 |
| Octal | 145 | 200 | 337 | 67 | 53 | 0 | 15 | 343 | 102 | 100 |
| Binary | 1100101 | 10000000 | 11011111 | 110111 | 101011 | 0 | 1101 | 11100011 | 1000010 | 1000000 |
Color Harmonies of #6580DF
Complementary color
Monochromatic Colors of #6580DF
Black with #6580DF
Text Example
Text Example
White with #6580DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580DF; }
p { color: rgb(101,128,223); }
H1.HeaderClassName
{
color: #6580DF;
}
.AnyTagClassName
{
color: #6580DF;
}
</style>
background-color css
<style>
a { background-color: #6580DF; }
a { background-color: rgb(101,128,223); }
div.DivClassName
{
background-color: #6580DF;
}
.BgClassName
{
background-color: #6580DF;
}
</style>
border-color css
<style>
span { border-color: #6580DF; }
span { border-color: rgb(101,128,223); }
td.TdClassName
{
border-color: #6580DF;
}
.TagClassName
{
border-color: #6580DF;
}
</style>