Shades of Cornflower Blue #6686EC
Tints of Cornflower Blue #6686EC
RGB
CMYK
RGB Variations
Color information
#6686EC (or 0x6686EC) is known color: Cornflower Blue. HEX triplet: 66, 86 and EC. RGB value is (102,134,236). Sum of RGB (Red+Green+Blue) = 102+134+236=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #6686EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6686EC is #997913. Grayscale: #878787. Windows color (decimal): -10058004 or 15500902. OLE color: 15500902.
HSL color Cylindrical-coordinate representation of color #6686EC: hue angle of 225.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6686EC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 134 | 236 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.07 |
| HSL | 225.67º | 0.78% | 0.66% | - |
| HSV(B) | 225.67º | 0.57% | 0.93% | - |
| XYZ | 29.14 | 25.93 | 82.83 | - |
| YUV | 136.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 236 | 0.57 | 0.43 | 0 | 0.07 | 225.67 | 0.78 | 0.66 |
| Hex | 66 | 86 | EC | 39 | 2B | 0 | 7 | E2 | 4E | 42 |
| Octal | 146 | 206 | 354 | 71 | 53 | 0 | 7 | 342 | 116 | 102 |
| Binary | 1100110 | 10000110 | 11101100 | 111001 | 101011 | 0 | 111 | 11100010 | 1001110 | 1000010 |
Color Harmonies of #6686EC
Complementary color
Monochromatic Colors of #6686EC
Black with #6686EC
Text Example
Text Example
White with #6686EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6686EC; }
p { color: rgb(102,134,236); }
H1.HeaderClassName
{
color: #6686EC;
}
.AnyTagClassName
{
color: #6686EC;
}
</style>
background-color css
<style>
a { background-color: #6686EC; }
a { background-color: rgb(102,134,236); }
div.DivClassName
{
background-color: #6686EC;
}
.BgClassName
{
background-color: #6686EC;
}
</style>
border-color css
<style>
span { border-color: #6686EC; }
span { border-color: rgb(102,134,236); }
td.TdClassName
{
border-color: #6686EC;
}
.TagClassName
{
border-color: #6686EC;
}
</style>