Shades of Cornflower Blue #6793DC
Tints of Cornflower Blue #6793DC
RGB
CMYK
RGB Variations
Color information
#6793DC (or 0x6793DC) is known color: Cornflower Blue. HEX triplet: 67, 93 and DC. RGB value is (103,147,220). Sum of RGB (Red+Green+Blue) = 103+147+220=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #6793DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6793DC is #986C23. Grayscale: #8D8D8D. Windows color (decimal): -9989156 or 14455655. OLE color: 14455655.
HSL color Cylindrical-coordinate representation of color #6793DC: hue angle of 217.44º 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 #6793DC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 147 | 220 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.14 |
| HSL | 217.44º | 0.63% | 0.63% | - |
| HSV(B) | 217.44º | 0.53% | 0.86% | - |
| XYZ | 28.95 | 28.92 | 71.77 | - |
| YUV | 142.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 220 | 0.53 | 0.33 | 0 | 0.14 | 217.44 | 0.63 | 0.63 |
| Hex | 67 | 93 | DC | 35 | 21 | 0 | E | D9 | 3F | 3F |
| Octal | 147 | 223 | 334 | 65 | 41 | 0 | 16 | 331 | 77 | 77 |
| Binary | 1100111 | 10010011 | 11011100 | 110101 | 100001 | 0 | 1110 | 11011001 | 111111 | 111111 |
Color Harmonies of #6793DC
Complementary color
Monochromatic Colors of #6793DC
Black with #6793DC
Text Example
Text Example
White with #6793DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6793DC; }
p { color: rgb(103,147,220); }
H1.HeaderClassName
{
color: #6793DC;
}
.AnyTagClassName
{
color: #6793DC;
}
</style>
background-color css
<style>
a { background-color: #6793DC; }
a { background-color: rgb(103,147,220); }
div.DivClassName
{
background-color: #6793DC;
}
.BgClassName
{
background-color: #6793DC;
}
</style>
border-color css
<style>
span { border-color: #6793DC; }
span { border-color: rgb(103,147,220); }
td.TdClassName
{
border-color: #6793DC;
}
.TagClassName
{
border-color: #6793DC;
}
</style>