Shades of Cornflower Blue #6996DD
Tints of Cornflower Blue #6996DD
RGB
CMYK
RGB Variations
Color information
#6996DD (or 0x6996DD) is known color: Cornflower Blue. HEX triplet: 69, 96 and DD. RGB value is (105,150,221). Sum of RGB (Red+Green+Blue) = 105+150+221=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #6996DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996DD is #966922. Grayscale: #909090. Windows color (decimal): -9857315 or 14521961. OLE color: 14521961.
HSL color Cylindrical-coordinate representation of color #6996DD: hue angle of 216.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6996DD is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 150 | 221 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.13 |
| HSL | 216.72º | 0.63% | 0.64% | - |
| HSV(B) | 216.72º | 0.52% | 0.87% | - |
| XYZ | 29.78 | 30.04 | 72.63 | - |
| YUV | 144.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 221 | 0.52 | 0.32 | 0 | 0.13 | 216.72 | 0.63 | 0.64 |
| Hex | 69 | 96 | DD | 34 | 20 | 0 | D | D9 | 3F | 40 |
| Octal | 151 | 226 | 335 | 64 | 40 | 0 | 15 | 331 | 77 | 100 |
| Binary | 1101001 | 10010110 | 11011101 | 110100 | 100000 | 0 | 1101 | 11011001 | 111111 | 1000000 |
Color Harmonies of #6996DD
Complementary color
Monochromatic Colors of #6996DD
Black with #6996DD
Text Example
Text Example
White with #6996DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6996DD; }
p { color: rgb(105,150,221); }
H1.HeaderClassName
{
color: #6996DD;
}
.AnyTagClassName
{
color: #6996DD;
}
</style>
background-color css
<style>
a { background-color: #6996DD; }
a { background-color: rgb(105,150,221); }
div.DivClassName
{
background-color: #6996DD;
}
.BgClassName
{
background-color: #6996DD;
}
</style>
border-color css
<style>
span { border-color: #6996DD; }
span { border-color: rgb(105,150,221); }
td.TdClassName
{
border-color: #6996DD;
}
.TagClassName
{
border-color: #6996DD;
}
</style>