Shades of Cornflower Blue #6681DD
Tints of Cornflower Blue #6681DD
RGB
CMYK
RGB Variations
Color information
#6681DD (or 0x6681DD) is known color: Cornflower Blue. HEX triplet: 66, 81 and DD. RGB value is (102,129,221). Sum of RGB (Red+Green+Blue) = 102+129+221=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #6681DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681DD is #997E22. Grayscale: #838383. Windows color (decimal): -10059299 or 14516582. OLE color: 14516582.
HSL color Cylindrical-coordinate representation of color #6681DD: hue angle of 226.39º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6681DD is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 129 | 221 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.13 |
| HSL | 226.39º | 0.64% | 0.63% | - |
| HSV(B) | 226.39º | 0.54% | 0.87% | - |
| XYZ | 26.38 | 23.75 | 71.6 | - |
| YUV | 131.42 | 178.55 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 221 | 0.54 | 0.42 | 0 | 0.13 | 226.39 | 0.64 | 0.63 |
| Hex | 66 | 81 | DD | 36 | 2A | 0 | D | E2 | 40 | 3F |
| Octal | 146 | 201 | 335 | 66 | 52 | 0 | 15 | 342 | 100 | 77 |
| Binary | 1100110 | 10000001 | 11011101 | 110110 | 101010 | 0 | 1101 | 11100010 | 1000000 | 111111 |
Color Harmonies of #6681DD
Complementary color
Monochromatic Colors of #6681DD
Black with #6681DD
Text Example
Text Example
White with #6681DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6681DD; }
p { color: rgb(102,129,221); }
H1.HeaderClassName
{
color: #6681DD;
}
.AnyTagClassName
{
color: #6681DD;
}
</style>
background-color css
<style>
a { background-color: #6681DD; }
a { background-color: rgb(102,129,221); }
div.DivClassName
{
background-color: #6681DD;
}
.BgClassName
{
background-color: #6681DD;
}
</style>
border-color css
<style>
span { border-color: #6681DD; }
span { border-color: rgb(102,129,221); }
td.TdClassName
{
border-color: #6681DD;
}
.TagClassName
{
border-color: #6681DD;
}
</style>