Shades of Cornflower Blue #6A7FDB
Tints of Cornflower Blue #6A7FDB
RGB
CMYK
RGB Variations
Color information
#6A7FDB (or 0x6A7FDB) is known color: Cornflower Blue. HEX triplet: 6A, 7F and DB. RGB value is (106,127,219). Sum of RGB (Red+Green+Blue) = 106+127+219=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 127 (50% from 255 or 28.10% 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 #6A7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FDB is #958024. Grayscale: #828282. Windows color (decimal): -9797669 or 14385002. OLE color: 14385002.
HSL color Cylindrical-coordinate representation of color #6A7FDB: hue angle of 228.85º 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 #6A7FDB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 127 | 219 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.14 |
| HSL | 228.85º | 0.61% | 0.64% | - |
| HSV(B) | 228.85º | 0.52% | 0.86% | - |
| XYZ | 26.32 | 23.36 | 70.14 | - |
| YUV | 131.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 127 | 219 | 0.52 | 0.42 | 0 | 0.14 | 228.85 | 0.61 | 0.64 |
| Hex | 6A | 7F | DB | 34 | 2A | 0 | E | E5 | 3D | 40 |
| Octal | 152 | 177 | 333 | 64 | 52 | 0 | 16 | 345 | 75 | 100 |
| Binary | 1101010 | 1111111 | 11011011 | 110100 | 101010 | 0 | 1110 | 11100101 | 111101 | 1000000 |
Color Harmonies of #6A7FDB
Complementary color
Monochromatic Colors of #6A7FDB
Black with #6A7FDB
Text Example
Text Example
White with #6A7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7FDB; }
p { color: rgb(106,127,219); }
H1.HeaderClassName
{
color: #6A7FDB;
}
.AnyTagClassName
{
color: #6A7FDB;
}
</style>
background-color css
<style>
a { background-color: #6A7FDB; }
a { background-color: rgb(106,127,219); }
div.DivClassName
{
background-color: #6A7FDB;
}
.BgClassName
{
background-color: #6A7FDB;
}
</style>
border-color css
<style>
span { border-color: #6A7FDB; }
span { border-color: rgb(106,127,219); }
td.TdClassName
{
border-color: #6A7FDB;
}
.TagClassName
{
border-color: #6A7FDB;
}
</style>