Shades of Cornflower Blue #6992DE
Tints of Cornflower Blue #6992DE
RGB
CMYK
RGB Variations
Color information
#6992DE (or 0x6992DE) is known color: Cornflower Blue. HEX triplet: 69, 92 and DE. RGB value is (105,146,222). Sum of RGB (Red+Green+Blue) = 105+146+222=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #6992DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6992DE is #966D21. Grayscale: #8E8E8E. Windows color (decimal): -9858338 or 14586473. OLE color: 14586473.
HSL color Cylindrical-coordinate representation of color #6992DE: hue angle of 218.97º degrees, saturation: 0.64, 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 #6992DE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 146 | 222 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.13 |
| HSL | 218.97º | 0.64% | 0.64% | - |
| HSV(B) | 218.97º | 0.53% | 0.87% | - |
| XYZ | 29.29 | 28.83 | 73.13 | - |
| YUV | 142.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 222 | 0.53 | 0.34 | 0 | 0.13 | 218.97 | 0.64 | 0.64 |
| Hex | 69 | 92 | DE | 35 | 22 | 0 | D | DB | 40 | 40 |
| Octal | 151 | 222 | 336 | 65 | 42 | 0 | 15 | 333 | 100 | 100 |
| Binary | 1101001 | 10010010 | 11011110 | 110101 | 100010 | 0 | 1101 | 11011011 | 1000000 | 1000000 |
Color Harmonies of #6992DE
Complementary color
Monochromatic Colors of #6992DE
Black with #6992DE
Text Example
Text Example
White with #6992DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6992DE; }
p { color: rgb(105,146,222); }
H1.HeaderClassName
{
color: #6992DE;
}
.AnyTagClassName
{
color: #6992DE;
}
</style>
background-color css
<style>
a { background-color: #6992DE; }
a { background-color: rgb(105,146,222); }
div.DivClassName
{
background-color: #6992DE;
}
.BgClassName
{
background-color: #6992DE;
}
</style>
border-color css
<style>
span { border-color: #6992DE; }
span { border-color: rgb(105,146,222); }
td.TdClassName
{
border-color: #6992DE;
}
.TagClassName
{
border-color: #6992DE;
}
</style>