Shades of Cornflower Blue #6D7DDB
Tints of Cornflower Blue #6D7DDB
RGB
CMYK
RGB Variations
Color information
#6D7DDB (or 0x6D7DDB) is known color: Cornflower Blue. HEX triplet: 6D, 7D and DB. RGB value is (109,125,219). Sum of RGB (Red+Green+Blue) = 109+125+219=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7DDB is #928224. Grayscale: #828282. Windows color (decimal): -9601573 or 14384493. OLE color: 14384493.
HSL color Cylindrical-coordinate representation of color #6D7DDB: hue angle of 231.27º 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 #6D7DDB is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 125 | 219 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.14 |
| HSL | 231.27º | 0.6% | 0.64% | - |
| HSV(B) | 231.27º | 0.5% | 0.86% | - |
| XYZ | 26.43 | 23.03 | 70.07 | - |
| YUV | 130.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 125 | 219 | 0.50 | 0.43 | 0 | 0.14 | 231.27 | 0.6 | 0.64 |
| Hex | 6D | 7D | DB | 32 | 2B | 0 | E | E7 | 3C | 40 |
| Octal | 155 | 175 | 333 | 62 | 53 | 0 | 16 | 347 | 74 | 100 |
| Binary | 1101101 | 1111101 | 11011011 | 110010 | 101011 | 0 | 1110 | 11100111 | 111100 | 1000000 |
Color Harmonies of #6D7DDB
Complementary color
Monochromatic Colors of #6D7DDB
Black with #6D7DDB
Text Example
Text Example
White with #6D7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7DDB; }
p { color: rgb(109,125,219); }
H1.HeaderClassName
{
color: #6D7DDB;
}
.AnyTagClassName
{
color: #6D7DDB;
}
</style>
background-color css
<style>
a { background-color: #6D7DDB; }
a { background-color: rgb(109,125,219); }
div.DivClassName
{
background-color: #6D7DDB;
}
.BgClassName
{
background-color: #6D7DDB;
}
</style>
border-color css
<style>
span { border-color: #6D7DDB; }
span { border-color: rgb(109,125,219); }
td.TdClassName
{
border-color: #6D7DDB;
}
.TagClassName
{
border-color: #6D7DDB;
}
</style>