Shades of Danube #6689C2
Tints of Danube #6689C2
RGB
CMYK
RGB Variations
Color information
#6689C2 (or 0x6689C2) is known color: Danube. HEX triplet: 66, 89 and C2. RGB value is (102,137,194). Sum of RGB (Red+Green+Blue) = 102+137+194=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #6689C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6689C2 is #99763D. Grayscale: #848484. Windows color (decimal): -10057278 or 12749158. OLE color: 12749158.
HSL color Cylindrical-coordinate representation of color #6689C2: hue angle of 217.17º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6689C2 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 137 | 194 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.24 |
| HSL | 217.17º | 0.43% | 0.58% | - |
| HSV(B) | 217.17º | 0.47% | 0.76% | - |
| XYZ | 24.16 | 24.61 | 54.52 | - |
| YUV | 133.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 194 | 0.47 | 0.29 | 0 | 0.24 | 217.17 | 0.43 | 0.58 |
| Hex | 66 | 89 | C2 | 2F | 1D | 0 | 18 | D9 | 2B | 3A |
| Octal | 146 | 211 | 302 | 57 | 35 | 0 | 30 | 331 | 53 | 72 |
| Binary | 1100110 | 10001001 | 11000010 | 101111 | 11101 | 0 | 11000 | 11011001 | 101011 | 111010 |
Color Harmonies of #6689C2
Complementary color
Monochromatic Colors of #6689C2
Black with #6689C2
Text Example
Text Example
White with #6689C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6689C2; }
p { color: rgb(102,137,194); }
H1.HeaderClassName
{
color: #6689C2;
}
.AnyTagClassName
{
color: #6689C2;
}
</style>
background-color css
<style>
a { background-color: #6689C2; }
a { background-color: rgb(102,137,194); }
div.DivClassName
{
background-color: #6689C2;
}
.BgClassName
{
background-color: #6689C2;
}
</style>
border-color css
<style>
span { border-color: #6689C2; }
span { border-color: rgb(102,137,194); }
td.TdClassName
{
border-color: #6689C2;
}
.TagClassName
{
border-color: #6689C2;
}
</style>