Shades of Cornflower Blue #699ADF
Tints of Cornflower Blue #699ADF
RGB
CMYK
RGB Variations
Color information
#699ADF (or 0x699ADF) is known color: Cornflower Blue. HEX triplet: 69, 9A and DF. RGB value is (105,154,223). Sum of RGB (Red+Green+Blue) = 105+154+223=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #699ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ADF is #966520. Grayscale: #929292. Windows color (decimal): -9856289 or 14654057. OLE color: 14654057.
HSL color Cylindrical-coordinate representation of color #699ADF: hue angle of 215.08º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699ADF is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 154 | 223 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.13 |
| HSL | 215.08º | 0.65% | 0.64% | - |
| HSV(B) | 215.08º | 0.53% | 0.87% | - |
| XYZ | 30.7 | 31.44 | 74.26 | - |
| YUV | 147.22 | 170.77 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 223 | 0.53 | 0.31 | 0 | 0.13 | 215.08 | 0.65 | 0.64 |
| Hex | 69 | 9A | DF | 35 | 1F | 0 | D | D7 | 41 | 40 |
| Octal | 151 | 232 | 337 | 65 | 37 | 0 | 15 | 327 | 101 | 100 |
| Binary | 1101001 | 10011010 | 11011111 | 110101 | 11111 | 0 | 1101 | 11010111 | 1000001 | 1000000 |
Color Harmonies of #699ADF
Complementary color
Monochromatic Colors of #699ADF
Black with #699ADF
Text Example
Text Example
White with #699ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699ADF; }
p { color: rgb(105,154,223); }
H1.HeaderClassName
{
color: #699ADF;
}
.AnyTagClassName
{
color: #699ADF;
}
</style>
background-color css
<style>
a { background-color: #699ADF; }
a { background-color: rgb(105,154,223); }
div.DivClassName
{
background-color: #699ADF;
}
.BgClassName
{
background-color: #699ADF;
}
</style>
border-color css
<style>
span { border-color: #699ADF; }
span { border-color: rgb(105,154,223); }
td.TdClassName
{
border-color: #699ADF;
}
.TagClassName
{
border-color: #699ADF;
}
</style>