Shades of Cornflower Blue #6682EC
Tints of Cornflower Blue #6682EC
RGB
CMYK
RGB Variations
Color information
#6682EC (or 0x6682EC) is known color: Cornflower Blue. HEX triplet: 66, 82 and EC. RGB value is (102,130,236). Sum of RGB (Red+Green+Blue) = 102+130+236=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #6682EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6682EC is #997D13. Grayscale: #858585. Windows color (decimal): -10059028 or 15499878. OLE color: 15499878.
HSL color Cylindrical-coordinate representation of color #6682EC: hue angle of 227.46º 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 #6682EC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 130 | 236 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.07 |
| HSL | 227.46º | 0.78% | 0.66% | - |
| HSV(B) | 227.46º | 0.57% | 0.93% | - |
| XYZ | 28.6 | 24.85 | 82.65 | - |
| YUV | 133.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 236 | 0.57 | 0.45 | 0 | 0.07 | 227.46 | 0.78 | 0.66 |
| Hex | 66 | 82 | EC | 39 | 2D | 0 | 7 | E3 | 4E | 42 |
| Octal | 146 | 202 | 354 | 71 | 55 | 0 | 7 | 343 | 116 | 102 |
| Binary | 1100110 | 10000010 | 11101100 | 111001 | 101101 | 0 | 111 | 11100011 | 1001110 | 1000010 |
Color Harmonies of #6682EC
Complementary color
Monochromatic Colors of #6682EC
Black with #6682EC
Text Example
Text Example
White with #6682EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6682EC; }
p { color: rgb(102,130,236); }
H1.HeaderClassName
{
color: #6682EC;
}
.AnyTagClassName
{
color: #6682EC;
}
</style>
background-color css
<style>
a { background-color: #6682EC; }
a { background-color: rgb(102,130,236); }
div.DivClassName
{
background-color: #6682EC;
}
.BgClassName
{
background-color: #6682EC;
}
</style>
border-color css
<style>
span { border-color: #6682EC; }
span { border-color: rgb(102,130,236); }
td.TdClassName
{
border-color: #6682EC;
}
.TagClassName
{
border-color: #6682EC;
}
</style>