Shades of Cornflower Blue #6B7EDB
Tints of Cornflower Blue #6B7EDB
RGB
CMYK
RGB Variations
Color information
#6B7EDB (or 0x6B7EDB) is known color: Cornflower Blue. HEX triplet: 6B, 7E and DB. RGB value is (107,126,219). Sum of RGB (Red+Green+Blue) = 107+126+219=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B7EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7EDB is #948124. Grayscale: #828282. Windows color (decimal): -9732389 or 14384747. OLE color: 14384747.
HSL color Cylindrical-coordinate representation of color #6B7EDB: hue angle of 229.82º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B7EDB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 126 | 219 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.14 |
| HSL | 229.82º | 0.61% | 0.64% | - |
| HSV(B) | 229.82º | 0.51% | 0.86% | - |
| XYZ | 26.31 | 23.16 | 70.1 | - |
| YUV | 130.92 | 177.71 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 219 | 0.51 | 0.42 | 0 | 0.14 | 229.82 | 0.61 | 0.64 |
| Hex | 6B | 7E | DB | 33 | 2A | 0 | E | E6 | 3D | 40 |
| Octal | 153 | 176 | 333 | 63 | 52 | 0 | 16 | 346 | 75 | 100 |
| Binary | 1101011 | 1111110 | 11011011 | 110011 | 101010 | 0 | 1110 | 11100110 | 111101 | 1000000 |
Color Harmonies of #6B7EDB
Complementary color
Monochromatic Colors of #6B7EDB
Black with #6B7EDB
Text Example
Text Example
White with #6B7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7EDB; }
p { color: rgb(107,126,219); }
H1.HeaderClassName
{
color: #6B7EDB;
}
.AnyTagClassName
{
color: #6B7EDB;
}
</style>
background-color css
<style>
a { background-color: #6B7EDB; }
a { background-color: rgb(107,126,219); }
div.DivClassName
{
background-color: #6B7EDB;
}
.BgClassName
{
background-color: #6B7EDB;
}
</style>
border-color css
<style>
span { border-color: #6B7EDB; }
span { border-color: rgb(107,126,219); }
td.TdClassName
{
border-color: #6B7EDB;
}
.TagClassName
{
border-color: #6B7EDB;
}
</style>