Shades of Cornflower Blue #6E83DB
Tints of Cornflower Blue #6E83DB
RGB
CMYK
RGB Variations
Color information
#6E83DB (or 0x6E83DB) is known color: Cornflower Blue. HEX triplet: 6E, 83 and DB. RGB value is (110,131,219). Sum of RGB (Red+Green+Blue) = 110+131+219=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E83DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E83DB is #917C24. Grayscale: #868686. Windows color (decimal): -9534501 or 14386030. OLE color: 14386030.
HSL color Cylindrical-coordinate representation of color #6E83DB: hue angle of 228.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E83DB is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 131 | 219 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.14 |
| HSL | 228.44º | 0.6% | 0.65% | - |
| HSV(B) | 228.44º | 0.5% | 0.86% | - |
| XYZ | 27.33 | 24.66 | 70.34 | - |
| YUV | 134.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 219 | 0.50 | 0.40 | 0 | 0.14 | 228.44 | 0.6 | 0.65 |
| Hex | 6E | 83 | DB | 32 | 28 | 0 | E | E4 | 3C | 41 |
| Octal | 156 | 203 | 333 | 62 | 50 | 0 | 16 | 344 | 74 | 101 |
| Binary | 1101110 | 10000011 | 11011011 | 110010 | 101000 | 0 | 1110 | 11100100 | 111100 | 1000001 |
Color Harmonies of #6E83DB
Complementary color
Monochromatic Colors of #6E83DB
Black with #6E83DB
Text Example
Text Example
White with #6E83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E83DB; }
p { color: rgb(110,131,219); }
H1.HeaderClassName
{
color: #6E83DB;
}
.AnyTagClassName
{
color: #6E83DB;
}
</style>
background-color css
<style>
a { background-color: #6E83DB; }
a { background-color: rgb(110,131,219); }
div.DivClassName
{
background-color: #6E83DB;
}
.BgClassName
{
background-color: #6E83DB;
}
</style>
border-color css
<style>
span { border-color: #6E83DB; }
span { border-color: rgb(110,131,219); }
td.TdClassName
{
border-color: #6E83DB;
}
.TagClassName
{
border-color: #6E83DB;
}
</style>