Shades of Cornflower Blue #6681ED
Tints of Cornflower Blue #6681ED
RGB
CMYK
RGB Variations
Color information
#6681ED (or 0x6681ED) is known color: Cornflower Blue. HEX triplet: 66, 81 and ED. RGB value is (102,129,237). Sum of RGB (Red+Green+Blue) = 102+129+237=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #6681ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6681ED is #997E12. Grayscale: #848484. Windows color (decimal): -10059283 or 15565158. OLE color: 15565158.
HSL color Cylindrical-coordinate representation of color #6681ED: hue angle of 228º 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 #6681ED is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 129 | 237 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.07 |
| HSL | 228º | 0.79% | 0.66% | - |
| HSV(B) | 228º | 0.57% | 0.93% | - |
| XYZ | 28.62 | 24.64 | 83.37 | - |
| YUV | 133.24 | 186.55 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 237 | 0.57 | 0.46 | 0 | 0.07 | 228 | 0.79 | 0.66 |
| Hex | 66 | 81 | ED | 39 | 2E | 0 | 7 | E4 | 4F | 42 |
| Octal | 146 | 201 | 355 | 71 | 56 | 0 | 7 | 344 | 117 | 102 |
| Binary | 1100110 | 10000001 | 11101101 | 111001 | 101110 | 0 | 111 | 11100100 | 1001111 | 1000010 |
Color Harmonies of #6681ED
Complementary color
Monochromatic Colors of #6681ED
Black with #6681ED
Text Example
Text Example
White with #6681ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6681ED; }
p { color: rgb(102,129,237); }
H1.HeaderClassName
{
color: #6681ED;
}
.AnyTagClassName
{
color: #6681ED;
}
</style>
background-color css
<style>
a { background-color: #6681ED; }
a { background-color: rgb(102,129,237); }
div.DivClassName
{
background-color: #6681ED;
}
.BgClassName
{
background-color: #6681ED;
}
</style>
border-color css
<style>
span { border-color: #6681ED; }
span { border-color: rgb(102,129,237); }
td.TdClassName
{
border-color: #6681ED;
}
.TagClassName
{
border-color: #6681ED;
}
</style>