Shades of Cornflower Blue #6786DD
Tints of Cornflower Blue #6786DD
RGB
CMYK
RGB Variations
Color information
#6786DD (or 0x6786DD) is known color: Cornflower Blue. HEX triplet: 67, 86 and DD. RGB value is (103,134,221). Sum of RGB (Red+Green+Blue) = 103+134+221=458 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.49% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #6786DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6786DD is #987922. Grayscale: #868686. Windows color (decimal): -9992483 or 14517863. OLE color: 14517863.
HSL color Cylindrical-coordinate representation of color #6786DD: hue angle of 224.24º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6786DD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 134 | 221 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.13 |
| HSL | 224.24º | 0.63% | 0.64% | - |
| HSV(B) | 224.24º | 0.53% | 0.87% | - |
| XYZ | 27.17 | 25.15 | 71.83 | - |
| YUV | 134.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 221 | 0.53 | 0.39 | 0 | 0.13 | 224.24 | 0.63 | 0.64 |
| Hex | 67 | 86 | DD | 35 | 27 | 0 | D | E0 | 3F | 40 |
| Octal | 147 | 206 | 335 | 65 | 47 | 0 | 15 | 340 | 77 | 100 |
| Binary | 1100111 | 10000110 | 11011101 | 110101 | 100111 | 0 | 1101 | 11100000 | 111111 | 1000000 |
Color Harmonies of #6786DD
Complementary color
Monochromatic Colors of #6786DD
Black with #6786DD
Text Example
Text Example
White with #6786DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6786DD; }
p { color: rgb(103,134,221); }
H1.HeaderClassName
{
color: #6786DD;
}
.AnyTagClassName
{
color: #6786DD;
}
</style>
background-color css
<style>
a { background-color: #6786DD; }
a { background-color: rgb(103,134,221); }
div.DivClassName
{
background-color: #6786DD;
}
.BgClassName
{
background-color: #6786DD;
}
</style>
border-color css
<style>
span { border-color: #6786DD; }
span { border-color: rgb(103,134,221); }
td.TdClassName
{
border-color: #6786DD;
}
.TagClassName
{
border-color: #6786DD;
}
</style>