Shades of Cornflower Blue #6A8DDD
Tints of Cornflower Blue #6A8DDD
RGB
CMYK
RGB Variations
Color information
#6A8DDD (or 0x6A8DDD) is known color: Cornflower Blue. HEX triplet: 6A, 8D and DD. RGB value is (106,141,221). Sum of RGB (Red+Green+Blue) = 106+141+221=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A8DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8DDD is #957222. Grayscale: #8B8B8B. Windows color (decimal): -9794083 or 14519658. OLE color: 14519658.
HSL color Cylindrical-coordinate representation of color #6A8DDD: hue angle of 221.74º 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 #6A8DDD is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 141 | 221 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.13 |
| HSL | 221.74º | 0.63% | 0.64% | - |
| HSV(B) | 221.74º | 0.52% | 0.87% | - |
| XYZ | 28.52 | 27.33 | 72.18 | - |
| YUV | 139.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 221 | 0.52 | 0.36 | 0 | 0.13 | 221.74 | 0.63 | 0.64 |
| Hex | 6A | 8D | DD | 34 | 24 | 0 | D | DE | 3F | 40 |
| Octal | 152 | 215 | 335 | 64 | 44 | 0 | 15 | 336 | 77 | 100 |
| Binary | 1101010 | 10001101 | 11011101 | 110100 | 100100 | 0 | 1101 | 11011110 | 111111 | 1000000 |
Color Harmonies of #6A8DDD
Complementary color
Monochromatic Colors of #6A8DDD
Black with #6A8DDD
Text Example
Text Example
White with #6A8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8DDD; }
p { color: rgb(106,141,221); }
H1.HeaderClassName
{
color: #6A8DDD;
}
.AnyTagClassName
{
color: #6A8DDD;
}
</style>
background-color css
<style>
a { background-color: #6A8DDD; }
a { background-color: rgb(106,141,221); }
div.DivClassName
{
background-color: #6A8DDD;
}
.BgClassName
{
background-color: #6A8DDD;
}
</style>
border-color css
<style>
span { border-color: #6A8DDD; }
span { border-color: rgb(106,141,221); }
td.TdClassName
{
border-color: #6A8DDD;
}
.TagClassName
{
border-color: #6A8DDD;
}
</style>