Shades of Cornflower Blue #6291DC
Tints of Cornflower Blue #6291DC
RGB
CMYK
RGB Variations
Color information
#6291DC (or 0x6291DC) is known color: Cornflower Blue. HEX triplet: 62, 91 and DC. RGB value is (98,145,220). Sum of RGB (Red+Green+Blue) = 98+145+220=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #6291DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291DC is #9D6E23. Grayscale: #8B8B8B. Windows color (decimal): -10317348 or 14455138. OLE color: 14455138.
HSL color Cylindrical-coordinate representation of color #6291DC: hue angle of 216.89º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6291DC is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 145 | 220 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.14 |
| HSL | 216.89º | 0.64% | 0.62% | - |
| HSV(B) | 216.89º | 0.55% | 0.86% | - |
| XYZ | 28.08 | 28.01 | 71.64 | - |
| YUV | 139.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 220 | 0.55 | 0.34 | 0 | 0.14 | 216.89 | 0.64 | 0.62 |
| Hex | 62 | 91 | DC | 37 | 22 | 0 | E | D9 | 40 | 3E |
| Octal | 142 | 221 | 334 | 67 | 42 | 0 | 16 | 331 | 100 | 76 |
| Binary | 1100010 | 10010001 | 11011100 | 110111 | 100010 | 0 | 1110 | 11011001 | 1000000 | 111110 |
Color Harmonies of #6291DC
Complementary color
Monochromatic Colors of #6291DC
Black with #6291DC
Text Example
Text Example
White with #6291DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6291DC; }
p { color: rgb(98,145,220); }
H1.HeaderClassName
{
color: #6291DC;
}
.AnyTagClassName
{
color: #6291DC;
}
</style>
background-color css
<style>
a { background-color: #6291DC; }
a { background-color: rgb(98,145,220); }
div.DivClassName
{
background-color: #6291DC;
}
.BgClassName
{
background-color: #6291DC;
}
</style>
border-color css
<style>
span { border-color: #6291DC; }
span { border-color: rgb(98,145,220); }
td.TdClassName
{
border-color: #6291DC;
}
.TagClassName
{
border-color: #6291DC;
}
</style>