Shades of Cornflower Blue #6283DC
Tints of Cornflower Blue #6283DC
RGB
CMYK
RGB Variations
Color information
#6283DC (or 0x6283DC) is known color: Cornflower Blue. HEX triplet: 62, 83 and DC. RGB value is (98,131,220). Sum of RGB (Red+Green+Blue) = 98+131+220=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #6283DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283DC is #9D7C23. Grayscale: #828282. Windows color (decimal): -10320932 or 14451554. OLE color: 14451554.
HSL color Cylindrical-coordinate representation of color #6283DC: hue angle of 223.77º 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 #6283DC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 131 | 220 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.14 |
| HSL | 223.77º | 0.64% | 0.62% | - |
| HSV(B) | 223.77º | 0.55% | 0.86% | - |
| XYZ | 26.07 | 24 | 70.97 | - |
| YUV | 131.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 220 | 0.55 | 0.40 | 0 | 0.14 | 223.77 | 0.64 | 0.62 |
| Hex | 62 | 83 | DC | 37 | 28 | 0 | E | E0 | 40 | 3E |
| Octal | 142 | 203 | 334 | 67 | 50 | 0 | 16 | 340 | 100 | 76 |
| Binary | 1100010 | 10000011 | 11011100 | 110111 | 101000 | 0 | 1110 | 11100000 | 1000000 | 111110 |
Color Harmonies of #6283DC
Complementary color
Monochromatic Colors of #6283DC
Black with #6283DC
Text Example
Text Example
White with #6283DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283DC; }
p { color: rgb(98,131,220); }
H1.HeaderClassName
{
color: #6283DC;
}
.AnyTagClassName
{
color: #6283DC;
}
</style>
background-color css
<style>
a { background-color: #6283DC; }
a { background-color: rgb(98,131,220); }
div.DivClassName
{
background-color: #6283DC;
}
.BgClassName
{
background-color: #6283DC;
}
</style>
border-color css
<style>
span { border-color: #6283DC; }
span { border-color: rgb(98,131,220); }
td.TdClassName
{
border-color: #6283DC;
}
.TagClassName
{
border-color: #6283DC;
}
</style>