Shades of Cornflower Blue #6581FF
Tints of Cornflower Blue #6581FF
RGB
CMYK
RGB Variations
Color information
#6581FF (or 0x6581FF) is known color: Cornflower Blue. HEX triplet: 65, 81 and FF. RGB value is (101,129,255). Sum of RGB (Red+Green+Blue) = 101+129+255=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #6581FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6581FF is #9A7E00. Grayscale: #868686. Windows color (decimal): -10124801 or 16744805. OLE color: 16744805.
HSL color Cylindrical-coordinate representation of color #6581FF: hue angle of 229.09º 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 #6581FF is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 129 | 255 | - |
| CMYK | 0.60 | 0.49 | 0 | 0 |
| HSL | 229.09º | 1% | 0.7% | - |
| HSV(B) | 229.09º | 0.6% | 1% | - |
| XYZ | 31.27 | 25.69 | 97.92 | - |
| YUV | 134.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 255 | 0.60 | 0.49 | 0 | 0 | 229.09 | 1 | 0.7 |
| Hex | 65 | 81 | FF | 3C | 31 | 0 | 0 | E5 | 64 | 46 |
| Octal | 145 | 201 | 377 | 74 | 61 | 0 | 0 | 345 | 144 | 106 |
| Binary | 1100101 | 10000001 | 11111111 | 111100 | 110001 | 0 | 0 | 11100101 | 1100100 | 1000110 |
Color Harmonies of #6581FF
Complementary color
Monochromatic Colors of #6581FF
Black with #6581FF
Text Example
Text Example
White with #6581FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6581FF; }
p { color: rgb(101,129,255); }
H1.HeaderClassName
{
color: #6581FF;
}
.AnyTagClassName
{
color: #6581FF;
}
</style>
background-color css
<style>
a { background-color: #6581FF; }
a { background-color: rgb(101,129,255); }
div.DivClassName
{
background-color: #6581FF;
}
.BgClassName
{
background-color: #6581FF;
}
</style>
border-color css
<style>
span { border-color: #6581FF; }
span { border-color: rgb(101,129,255); }
td.TdClassName
{
border-color: #6581FF;
}
.TagClassName
{
border-color: #6581FF;
}
</style>