Shades of Cornflower Blue #699EE1
Tints of Cornflower Blue #699EE1
RGB
CMYK
RGB Variations
Color information
#699EE1 (or 0x699EE1) is known color: Cornflower Blue. HEX triplet: 69, 9E and E1. RGB value is (105,158,225). Sum of RGB (Red+Green+Blue) = 105+158+225=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #699EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699EE1 is #96611E. Grayscale: #959595. Windows color (decimal): -9855263 or 14786153. OLE color: 14786153.
HSL color Cylindrical-coordinate representation of color #699EE1: hue angle of 213.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699EE1 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 158 | 225 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.12 |
| HSL | 213.5º | 0.67% | 0.65% | - |
| HSV(B) | 213.5º | 0.53% | 0.88% | - |
| XYZ | 31.64 | 32.89 | 75.92 | - |
| YUV | 149.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 225 | 0.53 | 0.30 | 0 | 0.12 | 213.5 | 0.67 | 0.65 |
| Hex | 69 | 9E | E1 | 35 | 1E | 0 | C | D6 | 43 | 41 |
| Octal | 151 | 236 | 341 | 65 | 36 | 0 | 14 | 326 | 103 | 101 |
| Binary | 1101001 | 10011110 | 11100001 | 110101 | 11110 | 0 | 1100 | 11010110 | 1000011 | 1000001 |
Color Harmonies of #699EE1
Complementary color
Monochromatic Colors of #699EE1
Black with #699EE1
Text Example
Text Example
White with #699EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EE1; }
p { color: rgb(105,158,225); }
H1.HeaderClassName
{
color: #699EE1;
}
.AnyTagClassName
{
color: #699EE1;
}
</style>
background-color css
<style>
a { background-color: #699EE1; }
a { background-color: rgb(105,158,225); }
div.DivClassName
{
background-color: #699EE1;
}
.BgClassName
{
background-color: #699EE1;
}
</style>
border-color css
<style>
span { border-color: #699EE1; }
span { border-color: rgb(105,158,225); }
td.TdClassName
{
border-color: #699EE1;
}
.TagClassName
{
border-color: #699EE1;
}
</style>