Shades of Cornflower Blue #6D83DB
Tints of Cornflower Blue #6D83DB
RGB
CMYK
RGB Variations
Color information
#6D83DB (or 0x6D83DB) is known color: Cornflower Blue. HEX triplet: 6D, 83 and DB. RGB value is (109,131,219). Sum of RGB (Red+Green+Blue) = 109+131+219=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D83DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D83DB is #927C24. Grayscale: #868686. Windows color (decimal): -9600037 or 14386029. OLE color: 14386029.
HSL color Cylindrical-coordinate representation of color #6D83DB: hue angle of 228º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D83DB is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 131 | 219 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.14 |
| HSL | 228º | 0.6% | 0.64% | - |
| HSV(B) | 228º | 0.5% | 0.86% | - |
| XYZ | 27.21 | 24.6 | 70.33 | - |
| YUV | 134.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 219 | 0.50 | 0.40 | 0 | 0.14 | 228 | 0.6 | 0.64 |
| Hex | 6D | 83 | DB | 32 | 28 | 0 | E | E4 | 3C | 40 |
| Octal | 155 | 203 | 333 | 62 | 50 | 0 | 16 | 344 | 74 | 100 |
| Binary | 1101101 | 10000011 | 11011011 | 110010 | 101000 | 0 | 1110 | 11100100 | 111100 | 1000000 |
Color Harmonies of #6D83DB
Complementary color
Monochromatic Colors of #6D83DB
Black with #6D83DB
Text Example
Text Example
White with #6D83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D83DB; }
p { color: rgb(109,131,219); }
H1.HeaderClassName
{
color: #6D83DB;
}
.AnyTagClassName
{
color: #6D83DB;
}
</style>
background-color css
<style>
a { background-color: #6D83DB; }
a { background-color: rgb(109,131,219); }
div.DivClassName
{
background-color: #6D83DB;
}
.BgClassName
{
background-color: #6D83DB;
}
</style>
border-color css
<style>
span { border-color: #6D83DB; }
span { border-color: rgb(109,131,219); }
td.TdClassName
{
border-color: #6D83DB;
}
.TagClassName
{
border-color: #6D83DB;
}
</style>