Shades of Cornflower Blue #6795EC
Tints of Cornflower Blue #6795EC
RGB
CMYK
RGB Variations
Color information
#6795EC (or 0x6795EC) is known color: Cornflower Blue. HEX triplet: 67, 95 and EC. RGB value is (103,149,236). Sum of RGB (Red+Green+Blue) = 103+149+236=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #6795EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6795EC is #986A13. Grayscale: #909090. Windows color (decimal): -9988628 or 15504743. OLE color: 15504743.
HSL color Cylindrical-coordinate representation of color #6795EC: hue angle of 219.25º 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 #6795EC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 149 | 236 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.07 |
| HSL | 219.25º | 0.78% | 0.66% | - |
| HSV(B) | 219.25º | 0.56% | 0.93% | - |
| XYZ | 31.48 | 30.43 | 83.57 | - |
| YUV | 145.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 236 | 0.56 | 0.37 | 0 | 0.07 | 219.25 | 0.78 | 0.66 |
| Hex | 67 | 95 | EC | 38 | 25 | 0 | 7 | DB | 4E | 42 |
| Octal | 147 | 225 | 354 | 70 | 45 | 0 | 7 | 333 | 116 | 102 |
| Binary | 1100111 | 10010101 | 11101100 | 111000 | 100101 | 0 | 111 | 11011011 | 1001110 | 1000010 |
Color Harmonies of #6795EC
Complementary color
Monochromatic Colors of #6795EC
Black with #6795EC
Text Example
Text Example
White with #6795EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6795EC; }
p { color: rgb(103,149,236); }
H1.HeaderClassName
{
color: #6795EC;
}
.AnyTagClassName
{
color: #6795EC;
}
</style>
background-color css
<style>
a { background-color: #6795EC; }
a { background-color: rgb(103,149,236); }
div.DivClassName
{
background-color: #6795EC;
}
.BgClassName
{
background-color: #6795EC;
}
</style>
border-color css
<style>
span { border-color: #6795EC; }
span { border-color: rgb(103,149,236); }
td.TdClassName
{
border-color: #6795EC;
}
.TagClassName
{
border-color: #6795EC;
}
</style>