Shades of Danube #6685C6
Tints of Danube #6685C6
RGB
CMYK
RGB Variations
Color information
#6685C6 (or 0x6685C6) is known color: Danube. HEX triplet: 66, 85 and C6. RGB value is (102,133,198). Sum of RGB (Red+Green+Blue) = 102+133+198=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #6685C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685C6 is #997A39. Grayscale: #828282. Windows color (decimal): -10058298 or 13010278. OLE color: 13010278.
HSL color Cylindrical-coordinate representation of color #6685C6: hue angle of 220.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6685C6 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 133 | 198 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.22 |
| HSL | 220.63º | 0.46% | 0.59% | - |
| HSV(B) | 220.63º | 0.48% | 0.78% | - |
| XYZ | 24.06 | 23.68 | 56.73 | - |
| YUV | 131.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 198 | 0.48 | 0.33 | 0 | 0.22 | 220.63 | 0.46 | 0.59 |
| Hex | 66 | 85 | C6 | 30 | 21 | 0 | 16 | DD | 2E | 3B |
| Octal | 146 | 205 | 306 | 60 | 41 | 0 | 26 | 335 | 56 | 73 |
| Binary | 1100110 | 10000101 | 11000110 | 110000 | 100001 | 0 | 10110 | 11011101 | 101110 | 111011 |
Color Harmonies of #6685C6
Complementary color
Monochromatic Colors of #6685C6
Black with #6685C6
Text Example
Text Example
White with #6685C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685C6; }
p { color: rgb(102,133,198); }
H1.HeaderClassName
{
color: #6685C6;
}
.AnyTagClassName
{
color: #6685C6;
}
</style>
background-color css
<style>
a { background-color: #6685C6; }
a { background-color: rgb(102,133,198); }
div.DivClassName
{
background-color: #6685C6;
}
.BgClassName
{
background-color: #6685C6;
}
</style>
border-color css
<style>
span { border-color: #6685C6; }
span { border-color: rgb(102,133,198); }
td.TdClassName
{
border-color: #6685C6;
}
.TagClassName
{
border-color: #6685C6;
}
</style>