Shades of Cornflower Blue #699DDC
Tints of Cornflower Blue #699DDC
RGB
CMYK
RGB Variations
Color information
#699DDC (or 0x699DDC) is known color: Cornflower Blue. HEX triplet: 69, 9D and DC. RGB value is (105,157,220). Sum of RGB (Red+Green+Blue) = 105+157+220=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #699DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DDC is #966223. Grayscale: #949494. Windows color (decimal): -9855524 or 14458217. OLE color: 14458217.
HSL color Cylindrical-coordinate representation of color #699DDC: hue angle of 212.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699DDC is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 157 | 220 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.14 |
| HSL | 212.87º | 0.62% | 0.64% | - |
| HSV(B) | 212.87º | 0.52% | 0.86% | - |
| XYZ | 30.8 | 32.28 | 72.32 | - |
| YUV | 148.63 | 168.27 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 220 | 0.52 | 0.29 | 0 | 0.14 | 212.87 | 0.62 | 0.64 |
| Hex | 69 | 9D | DC | 34 | 1D | 0 | E | D5 | 3E | 40 |
| Octal | 151 | 235 | 334 | 64 | 35 | 0 | 16 | 325 | 76 | 100 |
| Binary | 1101001 | 10011101 | 11011100 | 110100 | 11101 | 0 | 1110 | 11010101 | 111110 | 1000000 |
Color Harmonies of #699DDC
Complementary color
Monochromatic Colors of #699DDC
Black with #699DDC
Text Example
Text Example
White with #699DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DDC; }
p { color: rgb(105,157,220); }
H1.HeaderClassName
{
color: #699DDC;
}
.AnyTagClassName
{
color: #699DDC;
}
</style>
background-color css
<style>
a { background-color: #699DDC; }
a { background-color: rgb(105,157,220); }
div.DivClassName
{
background-color: #699DDC;
}
.BgClassName
{
background-color: #699DDC;
}
</style>
border-color css
<style>
span { border-color: #699DDC; }
span { border-color: rgb(105,157,220); }
td.TdClassName
{
border-color: #699DDC;
}
.TagClassName
{
border-color: #699DDC;
}
</style>