Shades of Cornflower Blue #6686E0
Tints of Cornflower Blue #6686E0
RGB
CMYK
RGB Variations
Color information
#6686E0 (or 0x6686E0) is known color: Cornflower Blue. HEX triplet: 66, 86 and E0. RGB value is (102,134,224). Sum of RGB (Red+Green+Blue) = 102+134+224=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #6686E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6686E0 is #99791F. Grayscale: #868686. Windows color (decimal): -10058016 or 14714470. OLE color: 14714470.
HSL color Cylindrical-coordinate representation of color #6686E0: hue angle of 224.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6686E0 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 134 | 224 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.12 |
| HSL | 224.26º | 0.66% | 0.64% | - |
| HSV(B) | 224.26º | 0.54% | 0.88% | - |
| XYZ | 27.46 | 25.26 | 73.95 | - |
| YUV | 134.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 224 | 0.54 | 0.40 | 0 | 0.12 | 224.26 | 0.66 | 0.64 |
| Hex | 66 | 86 | E0 | 36 | 28 | 0 | C | E0 | 42 | 40 |
| Octal | 146 | 206 | 340 | 66 | 50 | 0 | 14 | 340 | 102 | 100 |
| Binary | 1100110 | 10000110 | 11100000 | 110110 | 101000 | 0 | 1100 | 11100000 | 1000010 | 1000000 |
Color Harmonies of #6686E0
Complementary color
Monochromatic Colors of #6686E0
Black with #6686E0
Text Example
Text Example
White with #6686E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6686E0; }
p { color: rgb(102,134,224); }
H1.HeaderClassName
{
color: #6686E0;
}
.AnyTagClassName
{
color: #6686E0;
}
</style>
background-color css
<style>
a { background-color: #6686E0; }
a { background-color: rgb(102,134,224); }
div.DivClassName
{
background-color: #6686E0;
}
.BgClassName
{
background-color: #6686E0;
}
</style>
border-color css
<style>
span { border-color: #6686E0; }
span { border-color: rgb(102,134,224); }
td.TdClassName
{
border-color: #6686E0;
}
.TagClassName
{
border-color: #6686E0;
}
</style>