Shades of Cornflower Blue #6A7CDE
Tints of Cornflower Blue #6A7CDE
RGB
CMYK
RGB Variations
Color information
#6A7CDE (or 0x6A7CDE) is known color: Cornflower Blue. HEX triplet: 6A, 7C and DE. RGB value is (106,124,222). Sum of RGB (Red+Green+Blue) = 106+124+222=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A7CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7CDE is #958321. Grayscale: #818181. Windows color (decimal): -9798434 or 14580842. OLE color: 14580842.
HSL color Cylindrical-coordinate representation of color #6A7CDE: hue angle of 230.69º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A7CDE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 124 | 222 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.13 |
| HSL | 230.69º | 0.64% | 0.64% | - |
| HSV(B) | 230.69º | 0.52% | 0.87% | - |
| XYZ | 26.34 | 22.75 | 72.11 | - |
| YUV | 129.79 | 180.04 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 222 | 0.52 | 0.44 | 0 | 0.13 | 230.69 | 0.64 | 0.64 |
| Hex | 6A | 7C | DE | 34 | 2C | 0 | D | E7 | 40 | 40 |
| Octal | 152 | 174 | 336 | 64 | 54 | 0 | 15 | 347 | 100 | 100 |
| Binary | 1101010 | 1111100 | 11011110 | 110100 | 101100 | 0 | 1101 | 11100111 | 1000000 | 1000000 |
Color Harmonies of #6A7CDE
Complementary color
Monochromatic Colors of #6A7CDE
Black with #6A7CDE
Text Example
Text Example
White with #6A7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7CDE; }
p { color: rgb(106,124,222); }
H1.HeaderClassName
{
color: #6A7CDE;
}
.AnyTagClassName
{
color: #6A7CDE;
}
</style>
background-color css
<style>
a { background-color: #6A7CDE; }
a { background-color: rgb(106,124,222); }
div.DivClassName
{
background-color: #6A7CDE;
}
.BgClassName
{
background-color: #6A7CDE;
}
</style>
border-color css
<style>
span { border-color: #6A7CDE; }
span { border-color: rgb(106,124,222); }
td.TdClassName
{
border-color: #6A7CDE;
}
.TagClassName
{
border-color: #6A7CDE;
}
</style>