Shades of Cornflower Blue #6580FF
Tints of Cornflower Blue #6580FF
RGB
CMYK
RGB Variations
Color information
#6580FF (or 0x6580FF) is known color: Cornflower Blue. HEX triplet: 65, 80 and FF. RGB value is (101,128,255). Sum of RGB (Red+Green+Blue) = 101+128+255=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #6580FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6580FF is #9A7F00. Grayscale: #858585. Windows color (decimal): -10125057 or 16744549. OLE color: 16744549.
HSL color Cylindrical-coordinate representation of color #6580FF: hue angle of 229.48º 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 #6580FF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 128 | 255 | - |
| CMYK | 0.60 | 0.50 | 0 | 0 |
| HSL | 229.48º | 1% | 0.7% | - |
| HSV(B) | 229.48º | 0.6% | 1% | - |
| XYZ | 31.14 | 25.43 | 97.87 | - |
| YUV | 134.41 | 196.05 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 255 | 0.60 | 0.50 | 0 | 0 | 229.48 | 1 | 0.7 |
| Hex | 65 | 80 | FF | 3C | 32 | 0 | 0 | E5 | 64 | 46 |
| Octal | 145 | 200 | 377 | 74 | 62 | 0 | 0 | 345 | 144 | 106 |
| Binary | 1100101 | 10000000 | 11111111 | 111100 | 110010 | 0 | 0 | 11100101 | 1100100 | 1000110 |
Color Harmonies of #6580FF
Complementary color
Monochromatic Colors of #6580FF
Black with #6580FF
Text Example
Text Example
White with #6580FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580FF; }
p { color: rgb(101,128,255); }
H1.HeaderClassName
{
color: #6580FF;
}
.AnyTagClassName
{
color: #6580FF;
}
</style>
background-color css
<style>
a { background-color: #6580FF; }
a { background-color: rgb(101,128,255); }
div.DivClassName
{
background-color: #6580FF;
}
.BgClassName
{
background-color: #6580FF;
}
</style>
border-color css
<style>
span { border-color: #6580FF; }
span { border-color: rgb(101,128,255); }
td.TdClassName
{
border-color: #6580FF;
}
.TagClassName
{
border-color: #6580FF;
}
</style>