Shades of Cornflower Blue #6A8FED
Tints of Cornflower Blue #6A8FED
RGB
CMYK
RGB Variations
Color information
#6A8FED (or 0x6A8FED) is known color: Cornflower Blue. HEX triplet: 6A, 8F and ED. RGB value is (106,143,237). Sum of RGB (Red+Green+Blue) = 106+143+237=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A8FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8FED is #957012. Grayscale: #8E8E8E. Windows color (decimal): -9793555 or 15568746. OLE color: 15568746.
HSL color Cylindrical-coordinate representation of color #6A8FED: hue angle of 223.05º degrees, saturation: 0.78, 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 #6A8FED is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 143 | 237 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.07 |
| HSL | 223.05º | 0.78% | 0.67% | - |
| HSV(B) | 223.05º | 0.55% | 0.93% | - |
| XYZ | 31.05 | 28.82 | 84.05 | - |
| YUV | 142.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 237 | 0.55 | 0.40 | 0 | 0.07 | 223.05 | 0.78 | 0.67 |
| Hex | 6A | 8F | ED | 37 | 28 | 0 | 7 | DF | 4E | 43 |
| Octal | 152 | 217 | 355 | 67 | 50 | 0 | 7 | 337 | 116 | 103 |
| Binary | 1101010 | 10001111 | 11101101 | 110111 | 101000 | 0 | 111 | 11011111 | 1001110 | 1000011 |
Color Harmonies of #6A8FED
Complementary color
Monochromatic Colors of #6A8FED
Black with #6A8FED
Text Example
Text Example
White with #6A8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8FED; }
p { color: rgb(106,143,237); }
H1.HeaderClassName
{
color: #6A8FED;
}
.AnyTagClassName
{
color: #6A8FED;
}
</style>
background-color css
<style>
a { background-color: #6A8FED; }
a { background-color: rgb(106,143,237); }
div.DivClassName
{
background-color: #6A8FED;
}
.BgClassName
{
background-color: #6A8FED;
}
</style>
border-color css
<style>
span { border-color: #6A8FED; }
span { border-color: rgb(106,143,237); }
td.TdClassName
{
border-color: #6A8FED;
}
.TagClassName
{
border-color: #6A8FED;
}
</style>