Shades of Cornflower Blue #6786EE
Tints of Cornflower Blue #6786EE
RGB
CMYK
RGB Variations
Color information
#6786EE (or 0x6786EE) is known color: Cornflower Blue. HEX triplet: 67, 86 and EE. RGB value is (103,134,238). Sum of RGB (Red+Green+Blue) = 103+134+238=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #6786EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6786EE is #987911. Grayscale: #888888. Windows color (decimal): -9992466 or 15631975. OLE color: 15631975.
HSL color Cylindrical-coordinate representation of color #6786EE: hue angle of 226.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6786EE is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 134 | 238 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.07 |
| HSL | 226.22º | 0.8% | 0.67% | - |
| HSV(B) | 226.22º | 0.57% | 0.93% | - |
| XYZ | 29.55 | 26.11 | 84.37 | - |
| YUV | 136.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 238 | 0.57 | 0.44 | 0 | 0.07 | 226.22 | 0.8 | 0.67 |
| Hex | 67 | 86 | EE | 39 | 2C | 0 | 7 | E2 | 50 | 43 |
| Octal | 147 | 206 | 356 | 71 | 54 | 0 | 7 | 342 | 120 | 103 |
| Binary | 1100111 | 10000110 | 11101110 | 111001 | 101100 | 0 | 111 | 11100010 | 1010000 | 1000011 |
Color Harmonies of #6786EE
Complementary color
Monochromatic Colors of #6786EE
Black with #6786EE
Text Example
Text Example
White with #6786EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6786EE; }
p { color: rgb(103,134,238); }
H1.HeaderClassName
{
color: #6786EE;
}
.AnyTagClassName
{
color: #6786EE;
}
</style>
background-color css
<style>
a { background-color: #6786EE; }
a { background-color: rgb(103,134,238); }
div.DivClassName
{
background-color: #6786EE;
}
.BgClassName
{
background-color: #6786EE;
}
</style>
border-color css
<style>
span { border-color: #6786EE; }
span { border-color: rgb(103,134,238); }
td.TdClassName
{
border-color: #6786EE;
}
.TagClassName
{
border-color: #6786EE;
}
</style>