Shades of Cornflower Blue #6A8ADA
Tints of Cornflower Blue #6A8ADA
RGB
CMYK
RGB Variations
Color information
#6A8ADA (or 0x6A8ADA) is known color: Cornflower Blue. HEX triplet: 6A, 8A and DA. RGB value is (106,138,218). Sum of RGB (Red+Green+Blue) = 106+138+218=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A8ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8ADA is #957525. Grayscale: #898989. Windows color (decimal): -9794854 or 14322282. OLE color: 14322282.
HSL color Cylindrical-coordinate representation of color #6A8ADA: hue angle of 222.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A8ADA is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 138 | 218 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.15 |
| HSL | 222.86º | 0.6% | 0.64% | - |
| HSV(B) | 222.86º | 0.51% | 0.85% | - |
| XYZ | 27.69 | 26.3 | 69.95 | - |
| YUV | 137.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 218 | 0.51 | 0.37 | 0 | 0.15 | 222.86 | 0.6 | 0.64 |
| Hex | 6A | 8A | DA | 33 | 25 | 0 | F | DF | 3C | 40 |
| Octal | 152 | 212 | 332 | 63 | 45 | 0 | 17 | 337 | 74 | 100 |
| Binary | 1101010 | 10001010 | 11011010 | 110011 | 100101 | 0 | 1111 | 11011111 | 111100 | 1000000 |
Color Harmonies of #6A8ADA
Complementary color
Monochromatic Colors of #6A8ADA
Black with #6A8ADA
Text Example
Text Example
White with #6A8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8ADA; }
p { color: rgb(106,138,218); }
H1.HeaderClassName
{
color: #6A8ADA;
}
.AnyTagClassName
{
color: #6A8ADA;
}
</style>
background-color css
<style>
a { background-color: #6A8ADA; }
a { background-color: rgb(106,138,218); }
div.DivClassName
{
background-color: #6A8ADA;
}
.BgClassName
{
background-color: #6A8ADA;
}
</style>
border-color css
<style>
span { border-color: #6A8ADA; }
span { border-color: rgb(106,138,218); }
td.TdClassName
{
border-color: #6A8ADA;
}
.TagClassName
{
border-color: #6A8ADA;
}
</style>