Shades of Cornflower Blue #6578FB
Tints of Cornflower Blue #6578FB
RGB
CMYK
RGB Variations
Color information
#6578FB (or 0x6578FB) is known color: Cornflower Blue. HEX triplet: 65, 78 and FB. RGB value is (101,120,251). Sum of RGB (Red+Green+Blue) = 101+120+251=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #6578FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6578FB is #9A8704. Grayscale: #808080. Windows color (decimal): -10127109 or 16480357. OLE color: 16480357.
HSL color Cylindrical-coordinate representation of color #6578FB: hue angle of 232.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6578FB is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 120 | 251 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.02 |
| HSL | 232.4º | 0.95% | 0.69% | - |
| HSV(B) | 232.4º | 0.6% | 0.98% | - |
| XYZ | 29.5 | 23.16 | 94.18 | - |
| YUV | 129.25 | 196.71 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 251 | 0.60 | 0.52 | 0 | 0.02 | 232.4 | 0.95 | 0.69 |
| Hex | 65 | 78 | FB | 3C | 34 | 0 | 2 | E8 | 5F | 45 |
| Octal | 145 | 170 | 373 | 74 | 64 | 0 | 2 | 350 | 137 | 105 |
| Binary | 1100101 | 1111000 | 11111011 | 111100 | 110100 | 0 | 10 | 11101000 | 1011111 | 1000101 |
Color Harmonies of #6578FB
Complementary color
Monochromatic Colors of #6578FB
Black with #6578FB
Text Example
Text Example
White with #6578FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6578FB; }
p { color: rgb(101,120,251); }
H1.HeaderClassName
{
color: #6578FB;
}
.AnyTagClassName
{
color: #6578FB;
}
</style>
background-color css
<style>
a { background-color: #6578FB; }
a { background-color: rgb(101,120,251); }
div.DivClassName
{
background-color: #6578FB;
}
.BgClassName
{
background-color: #6578FB;
}
</style>
border-color css
<style>
span { border-color: #6578FB; }
span { border-color: rgb(101,120,251); }
td.TdClassName
{
border-color: #6578FB;
}
.TagClassName
{
border-color: #6578FB;
}
</style>