Shades of Cornflower Blue #699DE7
Tints of Cornflower Blue #699DE7
RGB
CMYK
RGB Variations
Color information
#699DE7 (or 0x699DE7) is known color: Cornflower Blue. HEX triplet: 69, 9D and E7. RGB value is (105,157,231). Sum of RGB (Red+Green+Blue) = 105+157+231=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #699DE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DE7 is #966218. Grayscale: #959595. Windows color (decimal): -9855513 or 15179113. OLE color: 15179113.
HSL color Cylindrical-coordinate representation of color #699DE7: hue angle of 215.24º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699DE7 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 157 | 231 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.09 |
| HSL | 215.24º | 0.72% | 0.66% | - |
| HSV(B) | 215.24º | 0.55% | 0.91% | - |
| XYZ | 32.31 | 32.89 | 80.25 | - |
| YUV | 149.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 231 | 0.55 | 0.32 | 0 | 0.09 | 215.24 | 0.72 | 0.66 |
| Hex | 69 | 9D | E7 | 37 | 20 | 0 | 9 | D7 | 48 | 42 |
| Octal | 151 | 235 | 347 | 67 | 40 | 0 | 11 | 327 | 110 | 102 |
| Binary | 1101001 | 10011101 | 11100111 | 110111 | 100000 | 0 | 1001 | 11010111 | 1001000 | 1000010 |
Color Harmonies of #699DE7
Complementary color
Monochromatic Colors of #699DE7
Black with #699DE7
Text Example
Text Example
White with #699DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DE7; }
p { color: rgb(105,157,231); }
H1.HeaderClassName
{
color: #699DE7;
}
.AnyTagClassName
{
color: #699DE7;
}
</style>
background-color css
<style>
a { background-color: #699DE7; }
a { background-color: rgb(105,157,231); }
div.DivClassName
{
background-color: #699DE7;
}
.BgClassName
{
background-color: #699DE7;
}
</style>
border-color css
<style>
span { border-color: #699DE7; }
span { border-color: rgb(105,157,231); }
td.TdClassName
{
border-color: #699DE7;
}
.TagClassName
{
border-color: #699DE7;
}
</style>