Shades of Cornflower Blue #6A8DE4
Tints of Cornflower Blue #6A8DE4
RGB
CMYK
RGB Variations
Color information
#6A8DE4 (or 0x6A8DE4) is known color: Cornflower Blue. HEX triplet: 6A, 8D and E4. RGB value is (106,141,228). Sum of RGB (Red+Green+Blue) = 106+141+228=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #6A8DE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8DE4 is #95721B. Grayscale: #8C8C8C. Windows color (decimal): -9794076 or 14978410. OLE color: 14978410.
HSL color Cylindrical-coordinate representation of color #6A8DE4: hue angle of 222.79º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A8DE4 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 141 | 228 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.11 |
| HSL | 222.79º | 0.69% | 0.65% | - |
| HSV(B) | 222.79º | 0.54% | 0.89% | - |
| XYZ | 29.47 | 27.72 | 77.2 | - |
| YUV | 140.45 | 177.4 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 228 | 0.54 | 0.38 | 0 | 0.11 | 222.79 | 0.69 | 0.65 |
| Hex | 6A | 8D | E4 | 36 | 26 | 0 | B | DF | 45 | 41 |
| Octal | 152 | 215 | 344 | 66 | 46 | 0 | 13 | 337 | 105 | 101 |
| Binary | 1101010 | 10001101 | 11100100 | 110110 | 100110 | 0 | 1011 | 11011111 | 1000101 | 1000001 |
Color Harmonies of #6A8DE4
Complementary color
Monochromatic Colors of #6A8DE4
Black with #6A8DE4
Text Example
Text Example
White with #6A8DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8DE4; }
p { color: rgb(106,141,228); }
H1.HeaderClassName
{
color: #6A8DE4;
}
.AnyTagClassName
{
color: #6A8DE4;
}
</style>
background-color css
<style>
a { background-color: #6A8DE4; }
a { background-color: rgb(106,141,228); }
div.DivClassName
{
background-color: #6A8DE4;
}
.BgClassName
{
background-color: #6A8DE4;
}
</style>
border-color css
<style>
span { border-color: #6A8DE4; }
span { border-color: rgb(106,141,228); }
td.TdClassName
{
border-color: #6A8DE4;
}
.TagClassName
{
border-color: #6A8DE4;
}
</style>