Shades of Cornflower Blue #6984F3
Tints of Cornflower Blue #6984F3
RGB
CMYK
RGB Variations
Color information
#6984F3 (or 0x6984F3) is known color: Cornflower Blue. HEX triplet: 69, 84 and F3. RGB value is (105,132,243). Sum of RGB (Red+Green+Blue) = 105+132+243=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #6984F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6984F3 is #967B0C. Grayscale: #888888. Windows color (decimal): -9861901 or 15959145. OLE color: 15959145.
HSL color Cylindrical-coordinate representation of color #6984F3: hue angle of 228.26º degrees, saturation: 0.85, 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 #6984F3 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 132 | 243 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.05 |
| HSL | 228.26º | 0.85% | 0.68% | - |
| HSV(B) | 228.26º | 0.57% | 0.95% | - |
| XYZ | 30.25 | 25.98 | 88.21 | - |
| YUV | 136.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 243 | 0.57 | 0.46 | 0 | 0.05 | 228.26 | 0.85 | 0.68 |
| Hex | 69 | 84 | F3 | 39 | 2E | 0 | 5 | E4 | 55 | 44 |
| Octal | 151 | 204 | 363 | 71 | 56 | 0 | 5 | 344 | 125 | 104 |
| Binary | 1101001 | 10000100 | 11110011 | 111001 | 101110 | 0 | 101 | 11100100 | 1010101 | 1000100 |
Color Harmonies of #6984F3
Complementary color
Monochromatic Colors of #6984F3
Black with #6984F3
Text Example
Text Example
White with #6984F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6984F3; }
p { color: rgb(105,132,243); }
H1.HeaderClassName
{
color: #6984F3;
}
.AnyTagClassName
{
color: #6984F3;
}
</style>
background-color css
<style>
a { background-color: #6984F3; }
a { background-color: rgb(105,132,243); }
div.DivClassName
{
background-color: #6984F3;
}
.BgClassName
{
background-color: #6984F3;
}
</style>
border-color css
<style>
span { border-color: #6984F3; }
span { border-color: rgb(105,132,243); }
td.TdClassName
{
border-color: #6984F3;
}
.TagClassName
{
border-color: #6984F3;
}
</style>