Shades of Cornflower Blue #6990FF
Tints of Cornflower Blue #6990FF
RGB
CMYK
RGB Variations
Color information
#6990FF (or 0x6990FF) is known color: Cornflower Blue. HEX triplet: 69, 90 and FF. RGB value is (105,144,255). Sum of RGB (Red+Green+Blue) = 105+144+255=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #6990FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6990FF is #966F00. Grayscale: #909090. Windows color (decimal): -9858817 or 16748649. OLE color: 16748649.
HSL color Cylindrical-coordinate representation of color #6990FF: hue angle of 224.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6990FF is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 144 | 255 | - |
| CMYK | 0.59 | 0.44 | 0 | 0 |
| HSL | 224.4º | 1% | 0.71% | - |
| HSV(B) | 224.4º | 0.59% | 1% | - |
| XYZ | 33.85 | 30.17 | 98.65 | - |
| YUV | 144.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 255 | 0.59 | 0.44 | 0 | 0 | 224.4 | 1 | 0.71 |
| Hex | 69 | 90 | FF | 3B | 2C | 0 | 0 | E0 | 64 | 47 |
| Octal | 151 | 220 | 377 | 73 | 54 | 0 | 0 | 340 | 144 | 107 |
| Binary | 1101001 | 10010000 | 11111111 | 111011 | 101100 | 0 | 0 | 11100000 | 1100100 | 1000111 |
Color Harmonies of #6990FF
Complementary color
Monochromatic Colors of #6990FF
Black with #6990FF
Text Example
Text Example
White with #6990FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990FF; }
p { color: rgb(105,144,255); }
H1.HeaderClassName
{
color: #6990FF;
}
.AnyTagClassName
{
color: #6990FF;
}
</style>
background-color css
<style>
a { background-color: #6990FF; }
a { background-color: rgb(105,144,255); }
div.DivClassName
{
background-color: #6990FF;
}
.BgClassName
{
background-color: #6990FF;
}
</style>
border-color css
<style>
span { border-color: #6990FF; }
span { border-color: rgb(105,144,255); }
td.TdClassName
{
border-color: #6990FF;
}
.TagClassName
{
border-color: #6990FF;
}
</style>