Shades of Cornflower Blue #6D98F3
Tints of Cornflower Blue #6D98F3
RGB
CMYK
RGB Variations
Color information
#6D98F3 (or 0x6D98F3) is known color: Cornflower Blue. HEX triplet: 6D, 98 and F3. RGB value is (109,152,243). Sum of RGB (Red+Green+Blue) = 109+152+243=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D98F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D98F3 is #92670C. Grayscale: #959595. Windows color (decimal): -9594637 or 15964269. OLE color: 15964269.
HSL color Cylindrical-coordinate representation of color #6D98F3: hue angle of 220.75º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D98F3 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 152 | 243 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.05 |
| HSL | 220.75º | 0.85% | 0.69% | - |
| HSV(B) | 220.75º | 0.55% | 0.95% | - |
| XYZ | 33.71 | 32.18 | 89.23 | - |
| YUV | 149.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 243 | 0.55 | 0.37 | 0 | 0.05 | 220.75 | 0.85 | 0.69 |
| Hex | 6D | 98 | F3 | 37 | 25 | 0 | 5 | DD | 55 | 45 |
| Octal | 155 | 230 | 363 | 67 | 45 | 0 | 5 | 335 | 125 | 105 |
| Binary | 1101101 | 10011000 | 11110011 | 110111 | 100101 | 0 | 101 | 11011101 | 1010101 | 1000101 |
Color Harmonies of #6D98F3
Complementary color
Monochromatic Colors of #6D98F3
Black with #6D98F3
Text Example
Text Example
White with #6D98F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D98F3; }
p { color: rgb(109,152,243); }
H1.HeaderClassName
{
color: #6D98F3;
}
.AnyTagClassName
{
color: #6D98F3;
}
</style>
background-color css
<style>
a { background-color: #6D98F3; }
a { background-color: rgb(109,152,243); }
div.DivClassName
{
background-color: #6D98F3;
}
.BgClassName
{
background-color: #6D98F3;
}
</style>
border-color css
<style>
span { border-color: #6D98F3; }
span { border-color: rgb(109,152,243); }
td.TdClassName
{
border-color: #6D98F3;
}
.TagClassName
{
border-color: #6D98F3;
}
</style>