Shades of Cornflower Blue #6A8ADD
Tints of Cornflower Blue #6A8ADD
RGB
CMYK
RGB Variations
Color information
#6A8ADD (or 0x6A8ADD) is known color: Cornflower Blue. HEX triplet: 6A, 8A and DD. RGB value is (106,138,221). Sum of RGB (Red+Green+Blue) = 106+138+221=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A8ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8ADD is #957522. Grayscale: #898989. Windows color (decimal): -9794851 or 14518890. OLE color: 14518890.
HSL color Cylindrical-coordinate representation of color #6A8ADD: hue angle of 223.3º degrees, saturation: 0.63, 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 #6A8ADD is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 138 | 221 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.13 |
| HSL | 223.3º | 0.63% | 0.64% | - |
| HSV(B) | 223.3º | 0.52% | 0.87% | - |
| XYZ | 28.08 | 26.46 | 72.03 | - |
| YUV | 137.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 221 | 0.52 | 0.38 | 0 | 0.13 | 223.3 | 0.63 | 0.64 |
| Hex | 6A | 8A | DD | 34 | 26 | 0 | D | DF | 3F | 40 |
| Octal | 152 | 212 | 335 | 64 | 46 | 0 | 15 | 337 | 77 | 100 |
| Binary | 1101010 | 10001010 | 11011101 | 110100 | 100110 | 0 | 1101 | 11011111 | 111111 | 1000000 |
Color Harmonies of #6A8ADD
Complementary color
Monochromatic Colors of #6A8ADD
Black with #6A8ADD
Text Example
Text Example
White with #6A8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8ADD; }
p { color: rgb(106,138,221); }
H1.HeaderClassName
{
color: #6A8ADD;
}
.AnyTagClassName
{
color: #6A8ADD;
}
</style>
background-color css
<style>
a { background-color: #6A8ADD; }
a { background-color: rgb(106,138,221); }
div.DivClassName
{
background-color: #6A8ADD;
}
.BgClassName
{
background-color: #6A8ADD;
}
</style>
border-color css
<style>
span { border-color: #6A8ADD; }
span { border-color: rgb(106,138,221); }
td.TdClassName
{
border-color: #6A8ADD;
}
.TagClassName
{
border-color: #6A8ADD;
}
</style>