Shades of Cornflower Blue #6584FC
Tints of Cornflower Blue #6584FC
RGB
CMYK
RGB Variations
Color information
#6584FC (or 0x6584FC) is known color: Cornflower Blue. HEX triplet: 65, 84 and FC. RGB value is (101,132,252). Sum of RGB (Red+Green+Blue) = 101+132+252=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #6584FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6584FC is #9A7B03. Grayscale: #878787. Windows color (decimal): -10124036 or 16548965. OLE color: 16548965.
HSL color Cylindrical-coordinate representation of color #6584FC: hue angle of 227.68º 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 #6584FC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 132 | 252 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.01 |
| HSL | 227.68º | 0.96% | 0.69% | - |
| HSV(B) | 227.68º | 0.6% | 0.99% | - |
| XYZ | 31.19 | 26.3 | 95.53 | - |
| YUV | 136.41 | 193.23 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 252 | 0.60 | 0.48 | 0 | 0.01 | 227.68 | 0.96 | 0.69 |
| Hex | 65 | 84 | FC | 3C | 30 | 0 | 1 | E4 | 60 | 45 |
| Octal | 145 | 204 | 374 | 74 | 60 | 0 | 1 | 344 | 140 | 105 |
| Binary | 1100101 | 10000100 | 11111100 | 111100 | 110000 | 0 | 1 | 11100100 | 1100000 | 1000101 |
Color Harmonies of #6584FC
Complementary color
Monochromatic Colors of #6584FC
Black with #6584FC
Text Example
Text Example
White with #6584FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6584FC; }
p { color: rgb(101,132,252); }
H1.HeaderClassName
{
color: #6584FC;
}
.AnyTagClassName
{
color: #6584FC;
}
</style>
background-color css
<style>
a { background-color: #6584FC; }
a { background-color: rgb(101,132,252); }
div.DivClassName
{
background-color: #6584FC;
}
.BgClassName
{
background-color: #6584FC;
}
</style>
border-color css
<style>
span { border-color: #6584FC; }
span { border-color: rgb(101,132,252); }
td.TdClassName
{
border-color: #6584FC;
}
.TagClassName
{
border-color: #6584FC;
}
</style>