Shades of Cornflower Blue #699EEA
Tints of Cornflower Blue #699EEA
RGB
CMYK
RGB Variations
Color information
#699EEA (or 0x699EEA) is known color: Cornflower Blue. HEX triplet: 69, 9E and EA. RGB value is (105,158,234). Sum of RGB (Red+Green+Blue) = 105+158+234=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #699EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EEA is #966115. Grayscale: #969696. Windows color (decimal): -9855254 or 15375977. OLE color: 15375977.
HSL color Cylindrical-coordinate representation of color #699EEA: hue angle of 215.35º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699EEA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 158 | 234 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.08 |
| HSL | 215.35º | 0.75% | 0.66% | - |
| HSV(B) | 215.35º | 0.55% | 0.92% | - |
| XYZ | 32.9 | 33.4 | 82.55 | - |
| YUV | 150.82 | 174.94 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 234 | 0.55 | 0.32 | 0 | 0.08 | 215.35 | 0.75 | 0.66 |
| Hex | 69 | 9E | EA | 37 | 20 | 0 | 8 | D7 | 4B | 42 |
| Octal | 151 | 236 | 352 | 67 | 40 | 0 | 10 | 327 | 113 | 102 |
| Binary | 1101001 | 10011110 | 11101010 | 110111 | 100000 | 0 | 1000 | 11010111 | 1001011 | 1000010 |
Color Harmonies of #699EEA
Complementary color
Monochromatic Colors of #699EEA
Black with #699EEA
Text Example
Text Example
White with #699EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EEA; }
p { color: rgb(105,158,234); }
H1.HeaderClassName
{
color: #699EEA;
}
.AnyTagClassName
{
color: #699EEA;
}
</style>
background-color css
<style>
a { background-color: #699EEA; }
a { background-color: rgb(105,158,234); }
div.DivClassName
{
background-color: #699EEA;
}
.BgClassName
{
background-color: #699EEA;
}
</style>
border-color css
<style>
span { border-color: #699EEA; }
span { border-color: rgb(105,158,234); }
td.TdClassName
{
border-color: #699EEA;
}
.TagClassName
{
border-color: #699EEA;
}
</style>