Shades of Cornflower Blue #6794DC
Tints of Cornflower Blue #6794DC
RGB
CMYK
RGB Variations
Color information
#6794DC (or 0x6794DC) is known color: Cornflower Blue. HEX triplet: 67, 94 and DC. RGB value is (103,148,220). Sum of RGB (Red+Green+Blue) = 103+148+220=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #6794DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6794DC is #986B23. Grayscale: #8E8E8E. Windows color (decimal): -9988900 or 14455911. OLE color: 14455911.
HSL color Cylindrical-coordinate representation of color #6794DC: hue angle of 216.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6794DC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 148 | 220 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.14 |
| HSL | 216.92º | 0.63% | 0.63% | - |
| HSV(B) | 216.92º | 0.53% | 0.86% | - |
| XYZ | 29.1 | 29.23 | 71.82 | - |
| YUV | 142.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 220 | 0.53 | 0.33 | 0 | 0.14 | 216.92 | 0.63 | 0.63 |
| Hex | 67 | 94 | DC | 35 | 21 | 0 | E | D9 | 3F | 3F |
| Octal | 147 | 224 | 334 | 65 | 41 | 0 | 16 | 331 | 77 | 77 |
| Binary | 1100111 | 10010100 | 11011100 | 110101 | 100001 | 0 | 1110 | 11011001 | 111111 | 111111 |
Color Harmonies of #6794DC
Complementary color
Monochromatic Colors of #6794DC
Black with #6794DC
Text Example
Text Example
White with #6794DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6794DC; }
p { color: rgb(103,148,220); }
H1.HeaderClassName
{
color: #6794DC;
}
.AnyTagClassName
{
color: #6794DC;
}
</style>
background-color css
<style>
a { background-color: #6794DC; }
a { background-color: rgb(103,148,220); }
div.DivClassName
{
background-color: #6794DC;
}
.BgClassName
{
background-color: #6794DC;
}
</style>
border-color css
<style>
span { border-color: #6794DC; }
span { border-color: rgb(103,148,220); }
td.TdClassName
{
border-color: #6794DC;
}
.TagClassName
{
border-color: #6794DC;
}
</style>