Shades of Cornflower Blue #699EED
Tints of Cornflower Blue #699EED
RGB
CMYK
RGB Variations
Color information
#699EED (or 0x699EED) is known color: Cornflower Blue. HEX triplet: 69, 9E and ED. RGB value is (105,158,237). Sum of RGB (Red+Green+Blue) = 105+158+237=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #699EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EED is #966112. Grayscale: #969696. Windows color (decimal): -9855251 or 15572585. OLE color: 15572585.
HSL color Cylindrical-coordinate representation of color #699EED: hue angle of 215.91º 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 #699EED is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 158 | 237 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.07 |
| HSL | 215.91º | 0.79% | 0.67% | - |
| HSV(B) | 215.91º | 0.56% | 0.93% | - |
| XYZ | 33.34 | 33.57 | 84.84 | - |
| YUV | 151.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 237 | 0.56 | 0.33 | 0 | 0.07 | 215.91 | 0.79 | 0.67 |
| Hex | 69 | 9E | ED | 38 | 21 | 0 | 7 | D8 | 4F | 43 |
| Octal | 151 | 236 | 355 | 70 | 41 | 0 | 7 | 330 | 117 | 103 |
| Binary | 1101001 | 10011110 | 11101101 | 111000 | 100001 | 0 | 111 | 11011000 | 1001111 | 1000011 |
Color Harmonies of #699EED
Complementary color
Monochromatic Colors of #699EED
Black with #699EED
Text Example
Text Example
White with #699EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EED; }
p { color: rgb(105,158,237); }
H1.HeaderClassName
{
color: #699EED;
}
.AnyTagClassName
{
color: #699EED;
}
</style>
background-color css
<style>
a { background-color: #699EED; }
a { background-color: rgb(105,158,237); }
div.DivClassName
{
background-color: #699EED;
}
.BgClassName
{
background-color: #699EED;
}
</style>
border-color css
<style>
span { border-color: #699EED; }
span { border-color: rgb(105,158,237); }
td.TdClassName
{
border-color: #699EED;
}
.TagClassName
{
border-color: #699EED;
}
</style>