Shades of Danube #6B8CCD
Tints of Danube #6B8CCD
RGB
CMYK
RGB Variations
Color information
#6B8CCD (or 0x6B8CCD) is known color: Danube. HEX triplet: 6B, 8C and CD. RGB value is (107,140,205). Sum of RGB (Red+Green+Blue) = 107+140+205=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8CCD is #947332. Grayscale: #898989. Windows color (decimal): -9728819 or 13470827. OLE color: 13470827.
HSL color Cylindrical-coordinate representation of color #6B8CCD: hue angle of 219.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8CCD is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 140 | 205 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.20 |
| HSL | 219.8º | 0.49% | 0.61% | - |
| HSV(B) | 219.8º | 0.48% | 0.8% | - |
| XYZ | 26.46 | 26.29 | 61.44 | - |
| YUV | 137.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 205 | 0.48 | 0.32 | 0 | 0.20 | 219.8 | 0.49 | 0.61 |
| Hex | 6B | 8C | CD | 30 | 20 | 0 | 14 | DC | 31 | 3D |
| Octal | 153 | 214 | 315 | 60 | 40 | 0 | 24 | 334 | 61 | 75 |
| Binary | 1101011 | 10001100 | 11001101 | 110000 | 100000 | 0 | 10100 | 11011100 | 110001 | 111101 |
Color Harmonies of #6B8CCD
Complementary color
Monochromatic Colors of #6B8CCD
Black with #6B8CCD
Text Example
Text Example
White with #6B8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8CCD; }
p { color: rgb(107,140,205); }
H1.HeaderClassName
{
color: #6B8CCD;
}
.AnyTagClassName
{
color: #6B8CCD;
}
</style>
background-color css
<style>
a { background-color: #6B8CCD; }
a { background-color: rgb(107,140,205); }
div.DivClassName
{
background-color: #6B8CCD;
}
.BgClassName
{
background-color: #6B8CCD;
}
</style>
border-color css
<style>
span { border-color: #6B8CCD; }
span { border-color: rgb(107,140,205); }
td.TdClassName
{
border-color: #6B8CCD;
}
.TagClassName
{
border-color: #6B8CCD;
}
</style>