Shades of Danube #6689CF
Tints of Danube #6689CF
RGB
CMYK
RGB Variations
Color information
#6689CF (or 0x6689CF) is known color: Danube. HEX triplet: 66, 89 and CF. RGB value is (102,137,207). Sum of RGB (Red+Green+Blue) = 102+137+207=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #6689CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6689CF is #997630. Grayscale: #868686. Windows color (decimal): -10057265 or 13601126. OLE color: 13601126.
HSL color Cylindrical-coordinate representation of color #6689CF: hue angle of 220º 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 #6689CF is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 137 | 207 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.19 |
| HSL | 220º | 0.52% | 0.61% | - |
| HSV(B) | 220º | 0.51% | 0.81% | - |
| XYZ | 25.69 | 25.22 | 62.55 | - |
| YUV | 134.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 207 | 0.51 | 0.34 | 0 | 0.19 | 220 | 0.52 | 0.61 |
| Hex | 66 | 89 | CF | 33 | 22 | 0 | 13 | DC | 34 | 3D |
| Octal | 146 | 211 | 317 | 63 | 42 | 0 | 23 | 334 | 64 | 75 |
| Binary | 1100110 | 10001001 | 11001111 | 110011 | 100010 | 0 | 10011 | 11011100 | 110100 | 111101 |
Color Harmonies of #6689CF
Complementary color
Monochromatic Colors of #6689CF
Black with #6689CF
Text Example
Text Example
White with #6689CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6689CF; }
p { color: rgb(102,137,207); }
H1.HeaderClassName
{
color: #6689CF;
}
.AnyTagClassName
{
color: #6689CF;
}
</style>
background-color css
<style>
a { background-color: #6689CF; }
a { background-color: rgb(102,137,207); }
div.DivClassName
{
background-color: #6689CF;
}
.BgClassName
{
background-color: #6689CF;
}
</style>
border-color css
<style>
span { border-color: #6689CF; }
span { border-color: rgb(102,137,207); }
td.TdClassName
{
border-color: #6689CF;
}
.TagClassName
{
border-color: #6689CF;
}
</style>