Shades of Cornflower Blue #6283DB
Tints of Cornflower Blue #6283DB
RGB
CMYK
RGB Variations
Color information
#6283DB (or 0x6283DB) is known color: Cornflower Blue. HEX triplet: 62, 83 and DB. RGB value is (98,131,219). Sum of RGB (Red+Green+Blue) = 98+131+219=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #6283DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283DB is #9D7C24. Grayscale: #828282. Windows color (decimal): -10320933 or 14386018. OLE color: 14386018.
HSL color Cylindrical-coordinate representation of color #6283DB: hue angle of 223.64º degrees, saturation: 0.63, 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 #6283DB is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 131 | 219 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.14 |
| HSL | 223.64º | 0.63% | 0.62% | - |
| HSV(B) | 223.64º | 0.55% | 0.86% | - |
| XYZ | 25.94 | 23.94 | 70.27 | - |
| YUV | 131.17 | 177.57 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 219 | 0.55 | 0.40 | 0 | 0.14 | 223.64 | 0.63 | 0.62 |
| Hex | 62 | 83 | DB | 37 | 28 | 0 | E | E0 | 3F | 3E |
| Octal | 142 | 203 | 333 | 67 | 50 | 0 | 16 | 340 | 77 | 76 |
| Binary | 1100010 | 10000011 | 11011011 | 110111 | 101000 | 0 | 1110 | 11100000 | 111111 | 111110 |
Color Harmonies of #6283DB
Complementary color
Monochromatic Colors of #6283DB
Black with #6283DB
Text Example
Text Example
White with #6283DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283DB; }
p { color: rgb(98,131,219); }
H1.HeaderClassName
{
color: #6283DB;
}
.AnyTagClassName
{
color: #6283DB;
}
</style>
background-color css
<style>
a { background-color: #6283DB; }
a { background-color: rgb(98,131,219); }
div.DivClassName
{
background-color: #6283DB;
}
.BgClassName
{
background-color: #6283DB;
}
</style>
border-color css
<style>
span { border-color: #6283DB; }
span { border-color: rgb(98,131,219); }
td.TdClassName
{
border-color: #6283DB;
}
.TagClassName
{
border-color: #6283DB;
}
</style>