Shades of Cornflower Blue #6890ED
Tints of Cornflower Blue #6890ED
RGB
CMYK
RGB Variations
Color information
#6890ED (or 0x6890ED) is known color: Cornflower Blue. HEX triplet: 68, 90 and ED. RGB value is (104,144,237). Sum of RGB (Red+Green+Blue) = 104+144+237=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #6890ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6890ED is #976F12. Grayscale: #8E8E8E. Windows color (decimal): -9924371 or 15569000. OLE color: 15569000.
HSL color Cylindrical-coordinate representation of color #6890ED: hue angle of 221.95º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6890ED is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 144 | 237 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.07 |
| HSL | 221.95º | 0.79% | 0.67% | - |
| HSV(B) | 221.95º | 0.56% | 0.93% | - |
| XYZ | 30.97 | 29 | 84.09 | - |
| YUV | 142.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 237 | 0.56 | 0.39 | 0 | 0.07 | 221.95 | 0.79 | 0.67 |
| Hex | 68 | 90 | ED | 38 | 27 | 0 | 7 | DE | 4F | 43 |
| Octal | 150 | 220 | 355 | 70 | 47 | 0 | 7 | 336 | 117 | 103 |
| Binary | 1101000 | 10010000 | 11101101 | 111000 | 100111 | 0 | 111 | 11011110 | 1001111 | 1000011 |
Color Harmonies of #6890ED
Complementary color
Monochromatic Colors of #6890ED
Black with #6890ED
Text Example
Text Example
White with #6890ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6890ED; }
p { color: rgb(104,144,237); }
H1.HeaderClassName
{
color: #6890ED;
}
.AnyTagClassName
{
color: #6890ED;
}
</style>
background-color css
<style>
a { background-color: #6890ED; }
a { background-color: rgb(104,144,237); }
div.DivClassName
{
background-color: #6890ED;
}
.BgClassName
{
background-color: #6890ED;
}
</style>
border-color css
<style>
span { border-color: #6890ED; }
span { border-color: rgb(104,144,237); }
td.TdClassName
{
border-color: #6890ED;
}
.TagClassName
{
border-color: #6890ED;
}
</style>