Shades of Cornflower Blue #6281DB
Tints of Cornflower Blue #6281DB
RGB
CMYK
RGB Variations
Color information
#6281DB (or 0x6281DB) is known color: Cornflower Blue. HEX triplet: 62, 81 and DB. RGB value is (98,129,219). Sum of RGB (Red+Green+Blue) = 98+129+219=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #6281DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281DB is #9D7E24. Grayscale: #818181. Windows color (decimal): -10321445 or 14385506. OLE color: 14385506.
HSL color Cylindrical-coordinate representation of color #6281DB: hue angle of 224.63º 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 #6281DB is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 129 | 219 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.14 |
| HSL | 224.63º | 0.63% | 0.62% | - |
| HSV(B) | 224.63º | 0.55% | 0.86% | - |
| XYZ | 25.67 | 23.41 | 70.18 | - |
| YUV | 129.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 219 | 0.55 | 0.41 | 0 | 0.14 | 224.63 | 0.63 | 0.62 |
| Hex | 62 | 81 | DB | 37 | 29 | 0 | E | E1 | 3F | 3E |
| Octal | 142 | 201 | 333 | 67 | 51 | 0 | 16 | 341 | 77 | 76 |
| Binary | 1100010 | 10000001 | 11011011 | 110111 | 101001 | 0 | 1110 | 11100001 | 111111 | 111110 |
Color Harmonies of #6281DB
Complementary color
Monochromatic Colors of #6281DB
Black with #6281DB
Text Example
Text Example
White with #6281DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281DB; }
p { color: rgb(98,129,219); }
H1.HeaderClassName
{
color: #6281DB;
}
.AnyTagClassName
{
color: #6281DB;
}
</style>
background-color css
<style>
a { background-color: #6281DB; }
a { background-color: rgb(98,129,219); }
div.DivClassName
{
background-color: #6281DB;
}
.BgClassName
{
background-color: #6281DB;
}
</style>
border-color css
<style>
span { border-color: #6281DB; }
span { border-color: rgb(98,129,219); }
td.TdClassName
{
border-color: #6281DB;
}
.TagClassName
{
border-color: #6281DB;
}
</style>