Shades of Cornflower Blue #698FED
Tints of Cornflower Blue #698FED
RGB
CMYK
RGB Variations
Color information
#698FED (or 0x698FED) is known color: Cornflower Blue. HEX triplet: 69, 8F and ED. RGB value is (105,143,237). Sum of RGB (Red+Green+Blue) = 105+143+237=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 143 (56.25% from 255 or 29.48% 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 #698FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FED is #967012. Grayscale: #8D8D8D. Windows color (decimal): -9859091 or 15568745. OLE color: 15568745.
HSL color Cylindrical-coordinate representation of color #698FED: hue angle of 222.73º 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 #698FED is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 143 | 237 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.07 |
| HSL | 222.73º | 0.79% | 0.67% | - |
| HSV(B) | 222.73º | 0.56% | 0.93% | - |
| XYZ | 30.93 | 28.76 | 84.04 | - |
| YUV | 142.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 237 | 0.56 | 0.40 | 0 | 0.07 | 222.73 | 0.79 | 0.67 |
| Hex | 69 | 8F | ED | 38 | 28 | 0 | 7 | DF | 4F | 43 |
| Octal | 151 | 217 | 355 | 70 | 50 | 0 | 7 | 337 | 117 | 103 |
| Binary | 1101001 | 10001111 | 11101101 | 111000 | 101000 | 0 | 111 | 11011111 | 1001111 | 1000011 |
Color Harmonies of #698FED
Complementary color
Monochromatic Colors of #698FED
Black with #698FED
Text Example
Text Example
White with #698FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FED; }
p { color: rgb(105,143,237); }
H1.HeaderClassName
{
color: #698FED;
}
.AnyTagClassName
{
color: #698FED;
}
</style>
background-color css
<style>
a { background-color: #698FED; }
a { background-color: rgb(105,143,237); }
div.DivClassName
{
background-color: #698FED;
}
.BgClassName
{
background-color: #698FED;
}
</style>
border-color css
<style>
span { border-color: #698FED; }
span { border-color: rgb(105,143,237); }
td.TdClassName
{
border-color: #698FED;
}
.TagClassName
{
border-color: #698FED;
}
</style>