Shades of Cornflower Blue #6586FE
Tints of Cornflower Blue #6586FE
RGB
CMYK
RGB Variations
Color information
#6586FE (or 0x6586FE) is known color: Cornflower Blue. HEX triplet: 65, 86 and FE. RGB value is (101,134,254). Sum of RGB (Red+Green+Blue) = 101+134+254=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #6586FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6586FE is #9A7901. Grayscale: #898989. Windows color (decimal): -10123522 or 16680549. OLE color: 16680549.
HSL color Cylindrical-coordinate representation of color #6586FE: hue angle of 227.06º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6586FE is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 134 | 254 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.00 |
| HSL | 227.06º | 0.99% | 0.7% | - |
| HSV(B) | 227.06º | 0.6% | 1% | - |
| XYZ | 31.78 | 26.97 | 97.3 | - |
| YUV | 137.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 254 | 0.60 | 0.47 | 0 | 0.00 | 227.06 | 0.99 | 0.7 |
| Hex | 65 | 86 | FE | 3C | 2F | 0 | 0 | E3 | 63 | 46 |
| Octal | 145 | 206 | 376 | 74 | 57 | 0 | 0 | 343 | 143 | 106 |
| Binary | 1100101 | 10000110 | 11111110 | 111100 | 101111 | 0 | 0 | 11100011 | 1100011 | 1000110 |
Color Harmonies of #6586FE
Complementary color
Monochromatic Colors of #6586FE
Black with #6586FE
Text Example
Text Example
White with #6586FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586FE; }
p { color: rgb(101,134,254); }
H1.HeaderClassName
{
color: #6586FE;
}
.AnyTagClassName
{
color: #6586FE;
}
</style>
background-color css
<style>
a { background-color: #6586FE; }
a { background-color: rgb(101,134,254); }
div.DivClassName
{
background-color: #6586FE;
}
.BgClassName
{
background-color: #6586FE;
}
</style>
border-color css
<style>
span { border-color: #6586FE; }
span { border-color: rgb(101,134,254); }
td.TdClassName
{
border-color: #6586FE;
}
.TagClassName
{
border-color: #6586FE;
}
</style>