Shades of Cornflower Blue #6579FE
Tints of Cornflower Blue #6579FE
RGB
CMYK
RGB Variations
Color information
#6579FE (or 0x6579FE) is known color: Cornflower Blue. HEX triplet: 65, 79 and FE. RGB value is (101,121,254). Sum of RGB (Red+Green+Blue) = 101+121+254=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #6579FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6579FE is #9A8601. Grayscale: #818181. Windows color (decimal): -10126850 or 16677221. OLE color: 16677221.
HSL color Cylindrical-coordinate representation of color #6579FE: hue angle of 232.16º 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 #6579FE is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 121 | 254 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.00 |
| HSL | 232.16º | 0.99% | 0.7% | - |
| HSV(B) | 232.16º | 0.6% | 1% | - |
| XYZ | 30.09 | 23.6 | 96.73 | - |
| YUV | 130.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 254 | 0.60 | 0.52 | 0 | 0.00 | 232.16 | 0.99 | 0.7 |
| Hex | 65 | 79 | FE | 3C | 34 | 0 | 0 | E8 | 63 | 46 |
| Octal | 145 | 171 | 376 | 74 | 64 | 0 | 0 | 350 | 143 | 106 |
| Binary | 1100101 | 1111001 | 11111110 | 111100 | 110100 | 0 | 0 | 11101000 | 1100011 | 1000110 |
Color Harmonies of #6579FE
Complementary color
Monochromatic Colors of #6579FE
Black with #6579FE
Text Example
Text Example
White with #6579FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6579FE; }
p { color: rgb(101,121,254); }
H1.HeaderClassName
{
color: #6579FE;
}
.AnyTagClassName
{
color: #6579FE;
}
</style>
background-color css
<style>
a { background-color: #6579FE; }
a { background-color: rgb(101,121,254); }
div.DivClassName
{
background-color: #6579FE;
}
.BgClassName
{
background-color: #6579FE;
}
</style>
border-color css
<style>
span { border-color: #6579FE; }
span { border-color: rgb(101,121,254); }
td.TdClassName
{
border-color: #6579FE;
}
.TagClassName
{
border-color: #6579FE;
}
</style>