Shades of Danube #6686CF
Tints of Danube #6686CF
RGB
CMYK
RGB Variations
Color information
#6686CF (or 0x6686CF) is known color: Danube. HEX triplet: 66, 86 and CF. RGB value is (102,134,207). Sum of RGB (Red+Green+Blue) = 102+134+207=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #6686CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6686CF is #997930. Grayscale: #848484. Windows color (decimal): -10058033 or 13600358. OLE color: 13600358.
HSL color Cylindrical-coordinate representation of color #6686CF: hue angle of 221.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6686CF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 134 | 207 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.19 |
| HSL | 221.71º | 0.52% | 0.61% | - |
| HSV(B) | 221.71º | 0.51% | 0.81% | - |
| XYZ | 25.27 | 24.38 | 62.41 | - |
| YUV | 132.75 | 169.9 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 207 | 0.51 | 0.35 | 0 | 0.19 | 221.71 | 0.52 | 0.61 |
| Hex | 66 | 86 | CF | 33 | 23 | 0 | 13 | DE | 34 | 3D |
| Octal | 146 | 206 | 317 | 63 | 43 | 0 | 23 | 336 | 64 | 75 |
| Binary | 1100110 | 10000110 | 11001111 | 110011 | 100011 | 0 | 10011 | 11011110 | 110100 | 111101 |
Color Harmonies of #6686CF
Complementary color
Monochromatic Colors of #6686CF
Black with #6686CF
Text Example
Text Example
White with #6686CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6686CF; }
p { color: rgb(102,134,207); }
H1.HeaderClassName
{
color: #6686CF;
}
.AnyTagClassName
{
color: #6686CF;
}
</style>
background-color css
<style>
a { background-color: #6686CF; }
a { background-color: rgb(102,134,207); }
div.DivClassName
{
background-color: #6686CF;
}
.BgClassName
{
background-color: #6686CF;
}
</style>
border-color css
<style>
span { border-color: #6686CF; }
span { border-color: rgb(102,134,207); }
td.TdClassName
{
border-color: #6686CF;
}
.TagClassName
{
border-color: #6686CF;
}
</style>