Shades of Cornflower Blue #6993F2
Tints of Cornflower Blue #6993F2
RGB
CMYK
RGB Variations
Color information
#6993F2 (or 0x6993F2) is known color: Cornflower Blue. HEX triplet: 69, 93 and F2. RGB value is (105,147,242). Sum of RGB (Red+Green+Blue) = 105+147+242=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #6993F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6993F2 is #966C0D. Grayscale: #909090. Windows color (decimal): -9858062 or 15897449. OLE color: 15897449.
HSL color Cylindrical-coordinate representation of color #6993F2: hue angle of 221.61º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6993F2 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 147 | 242 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.05 |
| HSL | 221.61º | 0.84% | 0.68% | - |
| HSV(B) | 221.61º | 0.57% | 0.95% | - |
| XYZ | 32.29 | 30.28 | 88.15 | - |
| YUV | 145.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 242 | 0.57 | 0.39 | 0 | 0.05 | 221.61 | 0.84 | 0.68 |
| Hex | 69 | 93 | F2 | 39 | 27 | 0 | 5 | DE | 54 | 44 |
| Octal | 151 | 223 | 362 | 71 | 47 | 0 | 5 | 336 | 124 | 104 |
| Binary | 1101001 | 10010011 | 11110010 | 111001 | 100111 | 0 | 101 | 11011110 | 1010100 | 1000100 |
Color Harmonies of #6993F2
Complementary color
Monochromatic Colors of #6993F2
Black with #6993F2
Text Example
Text Example
White with #6993F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6993F2; }
p { color: rgb(105,147,242); }
H1.HeaderClassName
{
color: #6993F2;
}
.AnyTagClassName
{
color: #6993F2;
}
</style>
background-color css
<style>
a { background-color: #6993F2; }
a { background-color: rgb(105,147,242); }
div.DivClassName
{
background-color: #6993F2;
}
.BgClassName
{
background-color: #6993F2;
}
</style>
border-color css
<style>
span { border-color: #6993F2; }
span { border-color: rgb(105,147,242); }
td.TdClassName
{
border-color: #6993F2;
}
.TagClassName
{
border-color: #6993F2;
}
</style>