Shades of Cornflower Blue #699CEE
Tints of Cornflower Blue #699CEE
RGB
CMYK
RGB Variations
Color information
#699CEE (or 0x699CEE) is known color: Cornflower Blue. HEX triplet: 69, 9C and EE. RGB value is (105,156,238). Sum of RGB (Red+Green+Blue) = 105+156+238=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #699CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CEE is #966311. Grayscale: #959595. Windows color (decimal): -9855762 or 15637609. OLE color: 15637609.
HSL color Cylindrical-coordinate representation of color #699CEE: hue angle of 216.99º 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 #699CEE is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 156 | 238 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.07 |
| HSL | 216.99º | 0.8% | 0.67% | - |
| HSV(B) | 216.99º | 0.56% | 0.93% | - |
| XYZ | 33.15 | 32.95 | 85.5 | - |
| YUV | 150.1 | 177.6 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 238 | 0.56 | 0.34 | 0 | 0.07 | 216.99 | 0.8 | 0.67 |
| Hex | 69 | 9C | EE | 38 | 22 | 0 | 7 | D9 | 50 | 43 |
| Octal | 151 | 234 | 356 | 70 | 42 | 0 | 7 | 331 | 120 | 103 |
| Binary | 1101001 | 10011100 | 11101110 | 111000 | 100010 | 0 | 111 | 11011001 | 1010000 | 1000011 |
Color Harmonies of #699CEE
Complementary color
Monochromatic Colors of #699CEE
Black with #699CEE
Text Example
Text Example
White with #699CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CEE; }
p { color: rgb(105,156,238); }
H1.HeaderClassName
{
color: #699CEE;
}
.AnyTagClassName
{
color: #699CEE;
}
</style>
background-color css
<style>
a { background-color: #699CEE; }
a { background-color: rgb(105,156,238); }
div.DivClassName
{
background-color: #699CEE;
}
.BgClassName
{
background-color: #699CEE;
}
</style>
border-color css
<style>
span { border-color: #699CEE; }
span { border-color: rgb(105,156,238); }
td.TdClassName
{
border-color: #699CEE;
}
.TagClassName
{
border-color: #699CEE;
}
</style>