Shades of Cornflower Blue #6282DC
Tints of Cornflower Blue #6282DC
RGB
CMYK
RGB Variations
Color information
#6282DC (or 0x6282DC) is known color: Cornflower Blue. HEX triplet: 62, 82 and DC. RGB value is (98,130,220). Sum of RGB (Red+Green+Blue) = 98+130+220=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #6282DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282DC is #9D7D23. Grayscale: #828282. Windows color (decimal): -10321188 or 14451298. OLE color: 14451298.
HSL color Cylindrical-coordinate representation of color #6282DC: hue angle of 224.26º 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 #6282DC is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 130 | 220 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.14 |
| HSL | 224.26º | 0.64% | 0.62% | - |
| HSV(B) | 224.26º | 0.55% | 0.86% | - |
| XYZ | 25.94 | 23.73 | 70.92 | - |
| YUV | 130.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 220 | 0.55 | 0.41 | 0 | 0.14 | 224.26 | 0.64 | 0.62 |
| Hex | 62 | 82 | DC | 37 | 29 | 0 | E | E0 | 40 | 3E |
| Octal | 142 | 202 | 334 | 67 | 51 | 0 | 16 | 340 | 100 | 76 |
| Binary | 1100010 | 10000010 | 11011100 | 110111 | 101001 | 0 | 1110 | 11100000 | 1000000 | 111110 |
Color Harmonies of #6282DC
Complementary color
Monochromatic Colors of #6282DC
Black with #6282DC
Text Example
Text Example
White with #6282DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282DC; }
p { color: rgb(98,130,220); }
H1.HeaderClassName
{
color: #6282DC;
}
.AnyTagClassName
{
color: #6282DC;
}
</style>
background-color css
<style>
a { background-color: #6282DC; }
a { background-color: rgb(98,130,220); }
div.DivClassName
{
background-color: #6282DC;
}
.BgClassName
{
background-color: #6282DC;
}
</style>
border-color css
<style>
span { border-color: #6282DC; }
span { border-color: rgb(98,130,220); }
td.TdClassName
{
border-color: #6282DC;
}
.TagClassName
{
border-color: #6282DC;
}
</style>