Shades of Cornflower Blue #6899ED
Tints of Cornflower Blue #6899ED
RGB
CMYK
RGB Variations
Color information
#6899ED (or 0x6899ED) is known color: Cornflower Blue. HEX triplet: 68, 99 and ED. RGB value is (104,153,237). Sum of RGB (Red+Green+Blue) = 104+153+237=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #6899ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6899ED is #976612. Grayscale: #939393. Windows color (decimal): -9922067 or 15571304. OLE color: 15571304.
HSL color Cylindrical-coordinate representation of color #6899ED: hue angle of 217.89º 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 #6899ED is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 153 | 237 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.07 |
| HSL | 217.89º | 0.79% | 0.67% | - |
| HSV(B) | 217.89º | 0.56% | 0.93% | - |
| XYZ | 32.39 | 31.84 | 84.56 | - |
| YUV | 147.93 | 178.27 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 237 | 0.56 | 0.35 | 0 | 0.07 | 217.89 | 0.79 | 0.67 |
| Hex | 68 | 99 | ED | 38 | 23 | 0 | 7 | DA | 4F | 43 |
| Octal | 150 | 231 | 355 | 70 | 43 | 0 | 7 | 332 | 117 | 103 |
| Binary | 1101000 | 10011001 | 11101101 | 111000 | 100011 | 0 | 111 | 11011010 | 1001111 | 1000011 |
Color Harmonies of #6899ED
Complementary color
Monochromatic Colors of #6899ED
Black with #6899ED
Text Example
Text Example
White with #6899ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899ED; }
p { color: rgb(104,153,237); }
H1.HeaderClassName
{
color: #6899ED;
}
.AnyTagClassName
{
color: #6899ED;
}
</style>
background-color css
<style>
a { background-color: #6899ED; }
a { background-color: rgb(104,153,237); }
div.DivClassName
{
background-color: #6899ED;
}
.BgClassName
{
background-color: #6899ED;
}
</style>
border-color css
<style>
span { border-color: #6899ED; }
span { border-color: rgb(104,153,237); }
td.TdClassName
{
border-color: #6899ED;
}
.TagClassName
{
border-color: #6899ED;
}
</style>