Shades of Cornflower Blue #6A8ADE
Tints of Cornflower Blue #6A8ADE
RGB
CMYK
RGB Variations
Color information
#6A8ADE (or 0x6A8ADE) is known color: Cornflower Blue. HEX triplet: 6A, 8A and DE. RGB value is (106,138,222). Sum of RGB (Red+Green+Blue) = 106+138+222=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A8ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8ADE is #957521. Grayscale: #898989. Windows color (decimal): -9794850 or 14584426. OLE color: 14584426.
HSL color Cylindrical-coordinate representation of color #6A8ADE: hue angle of 223.45º 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 #6A8ADE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 138 | 222 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.13 |
| HSL | 223.45º | 0.64% | 0.64% | - |
| HSV(B) | 223.45º | 0.52% | 0.87% | - |
| XYZ | 28.22 | 26.52 | 72.74 | - |
| YUV | 138.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 222 | 0.52 | 0.38 | 0 | 0.13 | 223.45 | 0.64 | 0.64 |
| Hex | 6A | 8A | DE | 34 | 26 | 0 | D | DF | 40 | 40 |
| Octal | 152 | 212 | 336 | 64 | 46 | 0 | 15 | 337 | 100 | 100 |
| Binary | 1101010 | 10001010 | 11011110 | 110100 | 100110 | 0 | 1101 | 11011111 | 1000000 | 1000000 |
Color Harmonies of #6A8ADE
Complementary color
Monochromatic Colors of #6A8ADE
Black with #6A8ADE
Text Example
Text Example
White with #6A8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8ADE; }
p { color: rgb(106,138,222); }
H1.HeaderClassName
{
color: #6A8ADE;
}
.AnyTagClassName
{
color: #6A8ADE;
}
</style>
background-color css
<style>
a { background-color: #6A8ADE; }
a { background-color: rgb(106,138,222); }
div.DivClassName
{
background-color: #6A8ADE;
}
.BgClassName
{
background-color: #6A8ADE;
}
</style>
border-color css
<style>
span { border-color: #6A8ADE; }
span { border-color: rgb(106,138,222); }
td.TdClassName
{
border-color: #6A8ADE;
}
.TagClassName
{
border-color: #6A8ADE;
}
</style>