Shades of Cornflower Blue #699FE5
Tints of Cornflower Blue #699FE5
RGB
CMYK
RGB Variations
Color information
#699FE5 (or 0x699FE5) is known color: Cornflower Blue. HEX triplet: 69, 9F and E5. RGB value is (105,159,229). Sum of RGB (Red+Green+Blue) = 105+159+229=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #699FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FE5 is #96601A. Grayscale: #969696. Windows color (decimal): -9855003 or 15048553. OLE color: 15048553.
HSL color Cylindrical-coordinate representation of color #699FE5: hue angle of 213.87º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699FE5 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 159 | 229 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.10 |
| HSL | 213.87º | 0.7% | 0.65% | - |
| HSV(B) | 213.87º | 0.54% | 0.9% | - |
| XYZ | 32.37 | 33.46 | 78.88 | - |
| YUV | 150.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 229 | 0.54 | 0.31 | 0 | 0.10 | 213.87 | 0.7 | 0.65 |
| Hex | 69 | 9F | E5 | 36 | 1F | 0 | A | D6 | 46 | 41 |
| Octal | 151 | 237 | 345 | 66 | 37 | 0 | 12 | 326 | 106 | 101 |
| Binary | 1101001 | 10011111 | 11100101 | 110110 | 11111 | 0 | 1010 | 11010110 | 1000110 | 1000001 |
Color Harmonies of #699FE5
Complementary color
Monochromatic Colors of #699FE5
Black with #699FE5
Text Example
Text Example
White with #699FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FE5; }
p { color: rgb(105,159,229); }
H1.HeaderClassName
{
color: #699FE5;
}
.AnyTagClassName
{
color: #699FE5;
}
</style>
background-color css
<style>
a { background-color: #699FE5; }
a { background-color: rgb(105,159,229); }
div.DivClassName
{
background-color: #699FE5;
}
.BgClassName
{
background-color: #699FE5;
}
</style>
border-color css
<style>
span { border-color: #699FE5; }
span { border-color: rgb(105,159,229); }
td.TdClassName
{
border-color: #699FE5;
}
.TagClassName
{
border-color: #699FE5;
}
</style>