Shades of Cornflower Blue #699FFD
Tints of Cornflower Blue #699FFD
RGB
CMYK
RGB Variations
Color information
#699FFD (or 0x699FFD) is known color: Cornflower Blue. HEX triplet: 69, 9F and FD. RGB value is (105,159,253). Sum of RGB (Red+Green+Blue) = 105+159+253=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #699FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FFD is #966002. Grayscale: #999999. Windows color (decimal): -9854979 or 16621417. OLE color: 16621417.
HSL color Cylindrical-coordinate representation of color #699FFD: hue angle of 218.11º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699FFD is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 159 | 253 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.01 |
| HSL | 218.11º | 0.97% | 0.7% | - |
| HSV(B) | 218.11º | 0.58% | 0.99% | - |
| XYZ | 35.95 | 34.89 | 97.77 | - |
| YUV | 153.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 253 | 0.58 | 0.37 | 0 | 0.01 | 218.11 | 0.97 | 0.7 |
| Hex | 69 | 9F | FD | 3A | 25 | 0 | 1 | DA | 61 | 46 |
| Octal | 151 | 237 | 375 | 72 | 45 | 0 | 1 | 332 | 141 | 106 |
| Binary | 1101001 | 10011111 | 11111101 | 111010 | 100101 | 0 | 1 | 11011010 | 1100001 | 1000110 |
Color Harmonies of #699FFD
Complementary color
Monochromatic Colors of #699FFD
Black with #699FFD
Text Example
Text Example
White with #699FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FFD; }
p { color: rgb(105,159,253); }
H1.HeaderClassName
{
color: #699FFD;
}
.AnyTagClassName
{
color: #699FFD;
}
</style>
background-color css
<style>
a { background-color: #699FFD; }
a { background-color: rgb(105,159,253); }
div.DivClassName
{
background-color: #699FFD;
}
.BgClassName
{
background-color: #699FFD;
}
</style>
border-color css
<style>
span { border-color: #699FFD; }
span { border-color: rgb(105,159,253); }
td.TdClassName
{
border-color: #699FFD;
}
.TagClassName
{
border-color: #699FFD;
}
</style>