Shades of Cornflower Blue #6A8FEE
Tints of Cornflower Blue #6A8FEE
RGB
CMYK
RGB Variations
Color information
#6A8FEE (or 0x6A8FEE) is known color: Cornflower Blue. HEX triplet: 6A, 8F and EE. RGB value is (106,143,238). Sum of RGB (Red+Green+Blue) = 106+143+238=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A8FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8FEE is #957011. Grayscale: #8E8E8E. Windows color (decimal): -9793554 or 15634282. OLE color: 15634282.
HSL color Cylindrical-coordinate representation of color #6A8FEE: hue angle of 223.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A8FEE is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 143 | 238 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.07 |
| HSL | 223.18º | 0.8% | 0.67% | - |
| HSV(B) | 223.18º | 0.55% | 0.93% | - |
| XYZ | 31.2 | 28.88 | 84.82 | - |
| YUV | 142.77 | 181.74 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 238 | 0.55 | 0.40 | 0 | 0.07 | 223.18 | 0.8 | 0.67 |
| Hex | 6A | 8F | EE | 37 | 28 | 0 | 7 | DF | 50 | 43 |
| Octal | 152 | 217 | 356 | 67 | 50 | 0 | 7 | 337 | 120 | 103 |
| Binary | 1101010 | 10001111 | 11101110 | 110111 | 101000 | 0 | 111 | 11011111 | 1010000 | 1000011 |
Color Harmonies of #6A8FEE
Complementary color
Monochromatic Colors of #6A8FEE
Black with #6A8FEE
Text Example
Text Example
White with #6A8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8FEE; }
p { color: rgb(106,143,238); }
H1.HeaderClassName
{
color: #6A8FEE;
}
.AnyTagClassName
{
color: #6A8FEE;
}
</style>
background-color css
<style>
a { background-color: #6A8FEE; }
a { background-color: rgb(106,143,238); }
div.DivClassName
{
background-color: #6A8FEE;
}
.BgClassName
{
background-color: #6A8FEE;
}
</style>
border-color css
<style>
span { border-color: #6A8FEE; }
span { border-color: rgb(106,143,238); }
td.TdClassName
{
border-color: #6A8FEE;
}
.TagClassName
{
border-color: #6A8FEE;
}
</style>