Shades of Cornflower Blue #699EEE
Tints of Cornflower Blue #699EEE
RGB
CMYK
RGB Variations
Color information
#699EEE (or 0x699EEE) is known color: Cornflower Blue. HEX triplet: 69, 9E and EE. RGB value is (105,158,238). Sum of RGB (Red+Green+Blue) = 105+158+238=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #699EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EEE is #966111. Grayscale: #969696. Windows color (decimal): -9855250 or 15638121. OLE color: 15638121.
HSL color Cylindrical-coordinate representation of color #699EEE: hue angle of 216.09º degrees, saturation: 0.8, 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 #699EEE is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 158 | 238 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.07 |
| HSL | 216.09º | 0.8% | 0.67% | - |
| HSV(B) | 216.09º | 0.56% | 0.93% | - |
| XYZ | 33.49 | 33.63 | 85.62 | - |
| YUV | 151.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 238 | 0.56 | 0.34 | 0 | 0.07 | 216.09 | 0.8 | 0.67 |
| Hex | 69 | 9E | EE | 38 | 22 | 0 | 7 | D8 | 50 | 43 |
| Octal | 151 | 236 | 356 | 70 | 42 | 0 | 7 | 330 | 120 | 103 |
| Binary | 1101001 | 10011110 | 11101110 | 111000 | 100010 | 0 | 111 | 11011000 | 1010000 | 1000011 |
Color Harmonies of #699EEE
Complementary color
Monochromatic Colors of #699EEE
Black with #699EEE
Text Example
Text Example
White with #699EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EEE; }
p { color: rgb(105,158,238); }
H1.HeaderClassName
{
color: #699EEE;
}
.AnyTagClassName
{
color: #699EEE;
}
</style>
background-color css
<style>
a { background-color: #699EEE; }
a { background-color: rgb(105,158,238); }
div.DivClassName
{
background-color: #699EEE;
}
.BgClassName
{
background-color: #699EEE;
}
</style>
border-color css
<style>
span { border-color: #699EEE; }
span { border-color: rgb(105,158,238); }
td.TdClassName
{
border-color: #699EEE;
}
.TagClassName
{
border-color: #699EEE;
}
</style>