Shades of Cornflower Blue #6A7BDB
Tints of Cornflower Blue #6A7BDB
RGB
CMYK
RGB Variations
Color information
#6A7BDB (or 0x6A7BDB) is known color: Cornflower Blue. HEX triplet: 6A, 7B and DB. RGB value is (106,123,219). Sum of RGB (Red+Green+Blue) = 106+123+219=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A7BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BDB is #958424. Grayscale: #808080. Windows color (decimal): -9798693 or 14383978. OLE color: 14383978.
HSL color Cylindrical-coordinate representation of color #6A7BDB: hue angle of 230.97º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A7BDB is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 123 | 219 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.14 |
| HSL | 230.97º | 0.61% | 0.64% | - |
| HSV(B) | 230.97º | 0.52% | 0.86% | - |
| XYZ | 25.81 | 22.34 | 69.97 | - |
| YUV | 128.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 219 | 0.52 | 0.44 | 0 | 0.14 | 230.97 | 0.61 | 0.64 |
| Hex | 6A | 7B | DB | 34 | 2C | 0 | E | E7 | 3D | 40 |
| Octal | 152 | 173 | 333 | 64 | 54 | 0 | 16 | 347 | 75 | 100 |
| Binary | 1101010 | 1111011 | 11011011 | 110100 | 101100 | 0 | 1110 | 11100111 | 111101 | 1000000 |
Color Harmonies of #6A7BDB
Complementary color
Monochromatic Colors of #6A7BDB
Black with #6A7BDB
Text Example
Text Example
White with #6A7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7BDB; }
p { color: rgb(106,123,219); }
H1.HeaderClassName
{
color: #6A7BDB;
}
.AnyTagClassName
{
color: #6A7BDB;
}
</style>
background-color css
<style>
a { background-color: #6A7BDB; }
a { background-color: rgb(106,123,219); }
div.DivClassName
{
background-color: #6A7BDB;
}
.BgClassName
{
background-color: #6A7BDB;
}
</style>
border-color css
<style>
span { border-color: #6A7BDB; }
span { border-color: rgb(106,123,219); }
td.TdClassName
{
border-color: #6A7BDB;
}
.TagClassName
{
border-color: #6A7BDB;
}
</style>