Shades of Cornflower Blue #6A8AE9
Tints of Cornflower Blue #6A8AE9
RGB
CMYK
RGB Variations
Color information
#6A8AE9 (or 0x6A8AE9) is known color: Cornflower Blue. HEX triplet: 6A, 8A and E9. RGB value is (106,138,233). Sum of RGB (Red+Green+Blue) = 106+138+233=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #6A8AE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8AE9 is #957516. Grayscale: #8A8A8A. Windows color (decimal): -9794839 or 15305322. OLE color: 15305322.
HSL color Cylindrical-coordinate representation of color #6A8AE9: hue angle of 224.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A8AE9 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 138 | 233 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.09 |
| HSL | 224.88º | 0.74% | 0.66% | - |
| HSV(B) | 224.88º | 0.55% | 0.91% | - |
| XYZ | 29.74 | 27.12 | 80.76 | - |
| YUV | 139.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 233 | 0.55 | 0.41 | 0 | 0.09 | 224.88 | 0.74 | 0.66 |
| Hex | 6A | 8A | E9 | 37 | 29 | 0 | 9 | E1 | 4A | 42 |
| Octal | 152 | 212 | 351 | 67 | 51 | 0 | 11 | 341 | 112 | 102 |
| Binary | 1101010 | 10001010 | 11101001 | 110111 | 101001 | 0 | 1001 | 11100001 | 1001010 | 1000010 |
Color Harmonies of #6A8AE9
Complementary color
Monochromatic Colors of #6A8AE9
Black with #6A8AE9
Text Example
Text Example
White with #6A8AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8AE9; }
p { color: rgb(106,138,233); }
H1.HeaderClassName
{
color: #6A8AE9;
}
.AnyTagClassName
{
color: #6A8AE9;
}
</style>
background-color css
<style>
a { background-color: #6A8AE9; }
a { background-color: rgb(106,138,233); }
div.DivClassName
{
background-color: #6A8AE9;
}
.BgClassName
{
background-color: #6A8AE9;
}
</style>
border-color css
<style>
span { border-color: #6A8AE9; }
span { border-color: rgb(106,138,233); }
td.TdClassName
{
border-color: #6A8AE9;
}
.TagClassName
{
border-color: #6A8AE9;
}
</style>