Shades of Cornflower Blue #6799EC
Tints of Cornflower Blue #6799EC
RGB
CMYK
RGB Variations
Color information
#6799EC (or 0x6799EC) is known color: Cornflower Blue. HEX triplet: 67, 99 and EC. RGB value is (103,153,236). Sum of RGB (Red+Green+Blue) = 103+153+236=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #6799EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6799EC is #986613. Grayscale: #939393. Windows color (decimal): -9987604 or 15505767. OLE color: 15505767.
HSL color Cylindrical-coordinate representation of color #6799EC: hue angle of 217.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6799EC is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 153 | 236 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.07 |
| HSL | 217.44º | 0.78% | 0.66% | - |
| HSV(B) | 217.44º | 0.56% | 0.93% | - |
| XYZ | 32.13 | 31.72 | 83.79 | - |
| YUV | 147.51 | 177.94 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 236 | 0.56 | 0.35 | 0 | 0.07 | 217.44 | 0.78 | 0.66 |
| Hex | 67 | 99 | EC | 38 | 23 | 0 | 7 | D9 | 4E | 42 |
| Octal | 147 | 231 | 354 | 70 | 43 | 0 | 7 | 331 | 116 | 102 |
| Binary | 1100111 | 10011001 | 11101100 | 111000 | 100011 | 0 | 111 | 11011001 | 1001110 | 1000010 |
Color Harmonies of #6799EC
Complementary color
Monochromatic Colors of #6799EC
Black with #6799EC
Text Example
Text Example
White with #6799EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6799EC; }
p { color: rgb(103,153,236); }
H1.HeaderClassName
{
color: #6799EC;
}
.AnyTagClassName
{
color: #6799EC;
}
</style>
background-color css
<style>
a { background-color: #6799EC; }
a { background-color: rgb(103,153,236); }
div.DivClassName
{
background-color: #6799EC;
}
.BgClassName
{
background-color: #6799EC;
}
</style>
border-color css
<style>
span { border-color: #6799EC; }
span { border-color: rgb(103,153,236); }
td.TdClassName
{
border-color: #6799EC;
}
.TagClassName
{
border-color: #6799EC;
}
</style>