Shades of Cornflower Blue #699FDF
Tints of Cornflower Blue #699FDF
RGB
CMYK
RGB Variations
Color information
#699FDF (or 0x699FDF) is known color: Cornflower Blue. HEX triplet: 69, 9F and DF. RGB value is (105,159,223). Sum of RGB (Red+Green+Blue) = 105+159+223=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #699FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FDF is #966020. Grayscale: #959595. Windows color (decimal): -9855009 or 14655337. OLE color: 14655337.
HSL color Cylindrical-coordinate representation of color #699FDF: hue angle of 212.54º 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 #699FDF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 159 | 223 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.13 |
| HSL | 212.54º | 0.65% | 0.64% | - |
| HSV(B) | 212.54º | 0.53% | 0.87% | - |
| XYZ | 31.54 | 33.13 | 74.54 | - |
| YUV | 150.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 223 | 0.53 | 0.29 | 0 | 0.13 | 212.54 | 0.65 | 0.64 |
| Hex | 69 | 9F | DF | 35 | 1D | 0 | D | D5 | 41 | 40 |
| Octal | 151 | 237 | 337 | 65 | 35 | 0 | 15 | 325 | 101 | 100 |
| Binary | 1101001 | 10011111 | 11011111 | 110101 | 11101 | 0 | 1101 | 11010101 | 1000001 | 1000000 |
Color Harmonies of #699FDF
Complementary color
Monochromatic Colors of #699FDF
Black with #699FDF
Text Example
Text Example
White with #699FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FDF; }
p { color: rgb(105,159,223); }
H1.HeaderClassName
{
color: #699FDF;
}
.AnyTagClassName
{
color: #699FDF;
}
</style>
background-color css
<style>
a { background-color: #699FDF; }
a { background-color: rgb(105,159,223); }
div.DivClassName
{
background-color: #699FDF;
}
.BgClassName
{
background-color: #699FDF;
}
</style>
border-color css
<style>
span { border-color: #699FDF; }
span { border-color: rgb(105,159,223); }
td.TdClassName
{
border-color: #699FDF;
}
.TagClassName
{
border-color: #699FDF;
}
</style>