Shades of Cornflower Blue #6682ED
Tints of Cornflower Blue #6682ED
RGB
CMYK
RGB Variations
Color information
#6682ED (or 0x6682ED) is known color: Cornflower Blue. HEX triplet: 66, 82 and ED. RGB value is (102,130,237). Sum of RGB (Red+Green+Blue) = 102+130+237=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #6682ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6682ED is #997D12. Grayscale: #858585. Windows color (decimal): -10059027 or 15565414. OLE color: 15565414.
HSL color Cylindrical-coordinate representation of color #6682ED: hue angle of 227.56º degrees, saturation: 0.79, 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 #6682ED is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 130 | 237 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.07 |
| HSL | 227.56º | 0.79% | 0.66% | - |
| HSV(B) | 227.56º | 0.57% | 0.93% | - |
| XYZ | 28.75 | 24.9 | 83.41 | - |
| YUV | 133.83 | 186.22 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 237 | 0.57 | 0.45 | 0 | 0.07 | 227.56 | 0.79 | 0.66 |
| Hex | 66 | 82 | ED | 39 | 2D | 0 | 7 | E4 | 4F | 42 |
| Octal | 146 | 202 | 355 | 71 | 55 | 0 | 7 | 344 | 117 | 102 |
| Binary | 1100110 | 10000010 | 11101101 | 111001 | 101101 | 0 | 111 | 11100100 | 1001111 | 1000010 |
Color Harmonies of #6682ED
Complementary color
Monochromatic Colors of #6682ED
Black with #6682ED
Text Example
Text Example
White with #6682ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6682ED; }
p { color: rgb(102,130,237); }
H1.HeaderClassName
{
color: #6682ED;
}
.AnyTagClassName
{
color: #6682ED;
}
</style>
background-color css
<style>
a { background-color: #6682ED; }
a { background-color: rgb(102,130,237); }
div.DivClassName
{
background-color: #6682ED;
}
.BgClassName
{
background-color: #6682ED;
}
</style>
border-color css
<style>
span { border-color: #6682ED; }
span { border-color: rgb(102,130,237); }
td.TdClassName
{
border-color: #6682ED;
}
.TagClassName
{
border-color: #6682ED;
}
</style>