Shades of Cornflower Blue #6581FC
Tints of Cornflower Blue #6581FC
RGB
CMYK
RGB Variations
Color information
#6581FC (or 0x6581FC) is known color: Cornflower Blue. HEX triplet: 65, 81 and FC. RGB value is (101,129,252). Sum of RGB (Red+Green+Blue) = 101+129+252=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #6581FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6581FC is #9A7E03. Grayscale: #868686. Windows color (decimal): -10124804 or 16548197. OLE color: 16548197.
HSL color Cylindrical-coordinate representation of color #6581FC: hue angle of 228.87º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6581FC is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 129 | 252 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.01 |
| HSL | 228.87º | 0.96% | 0.69% | - |
| HSV(B) | 228.87º | 0.6% | 0.99% | - |
| XYZ | 30.79 | 25.5 | 95.39 | - |
| YUV | 134.65 | 194.22 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 252 | 0.60 | 0.49 | 0 | 0.01 | 228.87 | 0.96 | 0.69 |
| Hex | 65 | 81 | FC | 3C | 31 | 0 | 1 | E5 | 60 | 45 |
| Octal | 145 | 201 | 374 | 74 | 61 | 0 | 1 | 345 | 140 | 105 |
| Binary | 1100101 | 10000001 | 11111100 | 111100 | 110001 | 0 | 1 | 11100101 | 1100000 | 1000101 |
Color Harmonies of #6581FC
Complementary color
Monochromatic Colors of #6581FC
Black with #6581FC
Text Example
Text Example
White with #6581FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6581FC; }
p { color: rgb(101,129,252); }
H1.HeaderClassName
{
color: #6581FC;
}
.AnyTagClassName
{
color: #6581FC;
}
</style>
background-color css
<style>
a { background-color: #6581FC; }
a { background-color: rgb(101,129,252); }
div.DivClassName
{
background-color: #6581FC;
}
.BgClassName
{
background-color: #6581FC;
}
</style>
border-color css
<style>
span { border-color: #6581FC; }
span { border-color: rgb(101,129,252); }
td.TdClassName
{
border-color: #6581FC;
}
.TagClassName
{
border-color: #6581FC;
}
</style>