Shades of Cornflower Blue #6B7DDB
Tints of Cornflower Blue #6B7DDB
RGB
CMYK
RGB Variations
Color information
#6B7DDB (or 0x6B7DDB) is known color: Cornflower Blue. HEX triplet: 6B, 7D and DB. RGB value is (107,125,219). Sum of RGB (Red+Green+Blue) = 107+125+219=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DDB is #948224. Grayscale: #818181. Windows color (decimal): -9732645 or 14384491. OLE color: 14384491.
HSL color Cylindrical-coordinate representation of color #6B7DDB: hue angle of 230.36º 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 #6B7DDB is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 125 | 219 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.14 |
| HSL | 230.36º | 0.61% | 0.64% | - |
| HSV(B) | 230.36º | 0.51% | 0.86% | - |
| XYZ | 26.18 | 22.91 | 70.06 | - |
| YUV | 130.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 219 | 0.51 | 0.43 | 0 | 0.14 | 230.36 | 0.61 | 0.64 |
| Hex | 6B | 7D | DB | 33 | 2B | 0 | E | E6 | 3D | 40 |
| Octal | 153 | 175 | 333 | 63 | 53 | 0 | 16 | 346 | 75 | 100 |
| Binary | 1101011 | 1111101 | 11011011 | 110011 | 101011 | 0 | 1110 | 11100110 | 111101 | 1000000 |
Color Harmonies of #6B7DDB
Complementary color
Monochromatic Colors of #6B7DDB
Black with #6B7DDB
Text Example
Text Example
White with #6B7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7DDB; }
p { color: rgb(107,125,219); }
H1.HeaderClassName
{
color: #6B7DDB;
}
.AnyTagClassName
{
color: #6B7DDB;
}
</style>
background-color css
<style>
a { background-color: #6B7DDB; }
a { background-color: rgb(107,125,219); }
div.DivClassName
{
background-color: #6B7DDB;
}
.BgClassName
{
background-color: #6B7DDB;
}
</style>
border-color css
<style>
span { border-color: #6B7DDB; }
span { border-color: rgb(107,125,219); }
td.TdClassName
{
border-color: #6B7DDB;
}
.TagClassName
{
border-color: #6B7DDB;
}
</style>