Shades of Cornflower Blue #6582F7
Tints of Cornflower Blue #6582F7
RGB
CMYK
RGB Variations
Color information
#6582F7 (or 0x6582F7) is known color: Cornflower Blue. HEX triplet: 65, 82 and F7. RGB value is (101,130,247). Sum of RGB (Red+Green+Blue) = 101+130+247=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #6582F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582F7 is #9A7D08. Grayscale: #868686. Windows color (decimal): -10124553 or 16220773. OLE color: 16220773.
HSL color Cylindrical-coordinate representation of color #6582F7: hue angle of 228.08º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6582F7 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 130 | 247 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.03 |
| HSL | 228.08º | 0.9% | 0.68% | - |
| HSV(B) | 228.08º | 0.59% | 0.97% | - |
| XYZ | 30.14 | 25.45 | 91.32 | - |
| YUV | 134.67 | 191.39 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 247 | 0.59 | 0.47 | 0 | 0.03 | 228.08 | 0.9 | 0.68 |
| Hex | 65 | 82 | F7 | 3B | 2F | 0 | 3 | E4 | 5A | 44 |
| Octal | 145 | 202 | 367 | 73 | 57 | 0 | 3 | 344 | 132 | 104 |
| Binary | 1100101 | 10000010 | 11110111 | 111011 | 101111 | 0 | 11 | 11100100 | 1011010 | 1000100 |
Color Harmonies of #6582F7
Complementary color
Monochromatic Colors of #6582F7
Black with #6582F7
Text Example
Text Example
White with #6582F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6582F7; }
p { color: rgb(101,130,247); }
H1.HeaderClassName
{
color: #6582F7;
}
.AnyTagClassName
{
color: #6582F7;
}
</style>
background-color css
<style>
a { background-color: #6582F7; }
a { background-color: rgb(101,130,247); }
div.DivClassName
{
background-color: #6582F7;
}
.BgClassName
{
background-color: #6582F7;
}
</style>
border-color css
<style>
span { border-color: #6582F7; }
span { border-color: rgb(101,130,247); }
td.TdClassName
{
border-color: #6582F7;
}
.TagClassName
{
border-color: #6582F7;
}
</style>