Shades of Danube #6C89CC
Tints of Danube #6C89CC
RGB
CMYK
RGB Variations
Color information
#6C89CC (or 0x6C89CC) is known color: Danube. HEX triplet: 6C, 89 and CC. RGB value is (108,137,204). Sum of RGB (Red+Green+Blue) = 108+137+204=449 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.05% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C89CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C89CC is #937633. Grayscale: #878787. Windows color (decimal): -9664052 or 13404524. OLE color: 13404524.
HSL color Cylindrical-coordinate representation of color #6C89CC: hue angle of 221.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C89CC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 137 | 204 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.2 |
| HSL | 221.88º | 0.48% | 0.61% | - |
| HSV(B) | 221.88º | 0.47% | 0.8% | - |
| XYZ | 26.03 | 25.44 | 60.67 | - |
| YUV | 135.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 204 | 0.47 | 0.33 | 0 | 0.2 | 221.88 | 0.48 | 0.61 |
| Hex | 6C | 89 | CC | 2F | 21 | 0 | 14 | DE | 30 | 3D |
| Octal | 154 | 211 | 314 | 57 | 41 | 0 | 24 | 336 | 60 | 75 |
| Binary | 1101100 | 10001001 | 11001100 | 101111 | 100001 | 0 | 10100 | 11011110 | 110000 | 111101 |
Color Harmonies of #6C89CC
Complementary color
Monochromatic Colors of #6C89CC
Black with #6C89CC
Text Example
Text Example
White with #6C89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C89CC; }
p { color: rgb(108,137,204); }
H1.HeaderClassName
{
color: #6C89CC;
}
.AnyTagClassName
{
color: #6C89CC;
}
</style>
background-color css
<style>
a { background-color: #6C89CC; }
a { background-color: rgb(108,137,204); }
div.DivClassName
{
background-color: #6C89CC;
}
.BgClassName
{
background-color: #6C89CC;
}
</style>
border-color css
<style>
span { border-color: #6C89CC; }
span { border-color: rgb(108,137,204); }
td.TdClassName
{
border-color: #6C89CC;
}
.TagClassName
{
border-color: #6C89CC;
}
</style>