Shades of Cornflower Blue #6794DA
Tints of Cornflower Blue #6794DA
RGB
CMYK
RGB Variations
Color information
#6794DA (or 0x6794DA) is known color: Cornflower Blue. HEX triplet: 67, 94 and DA. RGB value is (103,148,218). Sum of RGB (Red+Green+Blue) = 103+148+218=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #6794DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6794DA is #986B25. Grayscale: #8E8E8E. Windows color (decimal): -9988902 or 14324839. OLE color: 14324839.
HSL color Cylindrical-coordinate representation of color #6794DA: hue angle of 216.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6794DA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 148 | 218 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.15 |
| HSL | 216.52º | 0.61% | 0.63% | - |
| HSV(B) | 216.52º | 0.53% | 0.85% | - |
| XYZ | 28.84 | 29.13 | 70.43 | - |
| YUV | 142.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 218 | 0.53 | 0.32 | 0 | 0.15 | 216.52 | 0.61 | 0.63 |
| Hex | 67 | 94 | DA | 35 | 20 | 0 | F | D9 | 3D | 3F |
| Octal | 147 | 224 | 332 | 65 | 40 | 0 | 17 | 331 | 75 | 77 |
| Binary | 1100111 | 10010100 | 11011010 | 110101 | 100000 | 0 | 1111 | 11011001 | 111101 | 111111 |
Color Harmonies of #6794DA
Complementary color
Monochromatic Colors of #6794DA
Black with #6794DA
Text Example
Text Example
White with #6794DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6794DA; }
p { color: rgb(103,148,218); }
H1.HeaderClassName
{
color: #6794DA;
}
.AnyTagClassName
{
color: #6794DA;
}
</style>
background-color css
<style>
a { background-color: #6794DA; }
a { background-color: rgb(103,148,218); }
div.DivClassName
{
background-color: #6794DA;
}
.BgClassName
{
background-color: #6794DA;
}
</style>
border-color css
<style>
span { border-color: #6794DA; }
span { border-color: rgb(103,148,218); }
td.TdClassName
{
border-color: #6794DA;
}
.TagClassName
{
border-color: #6794DA;
}
</style>