Shades of Cornflower Blue #6280DC
Tints of Cornflower Blue #6280DC
RGB
CMYK
RGB Variations
Color information
#6280DC (or 0x6280DC) is known color: Cornflower Blue. HEX triplet: 62, 80 and DC. RGB value is (98,128,220). Sum of RGB (Red+Green+Blue) = 98+128+220=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #6280DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280DC is #9D7F23. Grayscale: #818181. Windows color (decimal): -10321700 or 14450786. OLE color: 14450786.
HSL color Cylindrical-coordinate representation of color #6280DC: hue angle of 225.25º 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 #6280DC is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 128 | 220 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.14 |
| HSL | 225.25º | 0.64% | 0.62% | - |
| HSV(B) | 225.25º | 0.55% | 0.86% | - |
| XYZ | 25.67 | 23.2 | 70.84 | - |
| YUV | 129.52 | 179.06 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 128 | 220 | 0.55 | 0.42 | 0 | 0.14 | 225.25 | 0.64 | 0.62 |
| Hex | 62 | 80 | DC | 37 | 2A | 0 | E | E1 | 40 | 3E |
| Octal | 142 | 200 | 334 | 67 | 52 | 0 | 16 | 341 | 100 | 76 |
| Binary | 1100010 | 10000000 | 11011100 | 110111 | 101010 | 0 | 1110 | 11100001 | 1000000 | 111110 |
Color Harmonies of #6280DC
Complementary color
Monochromatic Colors of #6280DC
Black with #6280DC
Text Example
Text Example
White with #6280DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6280DC; }
p { color: rgb(98,128,220); }
H1.HeaderClassName
{
color: #6280DC;
}
.AnyTagClassName
{
color: #6280DC;
}
</style>
background-color css
<style>
a { background-color: #6280DC; }
a { background-color: rgb(98,128,220); }
div.DivClassName
{
background-color: #6280DC;
}
.BgClassName
{
background-color: #6280DC;
}
</style>
border-color css
<style>
span { border-color: #6280DC; }
span { border-color: rgb(98,128,220); }
td.TdClassName
{
border-color: #6280DC;
}
.TagClassName
{
border-color: #6280DC;
}
</style>