Shades of Danube #6B8CCC
Tints of Danube #6B8CCC
RGB
CMYK
RGB Variations
Color information
#6B8CCC (or 0x6B8CCC) is known color: Danube. HEX triplet: 6B, 8C and CC. RGB value is (107,140,204). Sum of RGB (Red+Green+Blue) = 107+140+204=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B8CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8CCC is #947333. Grayscale: #898989. Windows color (decimal): -9728820 or 13405291. OLE color: 13405291.
HSL color Cylindrical-coordinate representation of color #6B8CCC: hue angle of 219.59º 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 #6B8CCC is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 140 | 204 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.2 |
| HSL | 219.59º | 0.49% | 0.61% | - |
| HSV(B) | 219.59º | 0.48% | 0.8% | - |
| XYZ | 26.34 | 26.24 | 60.8 | - |
| YUV | 137.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 204 | 0.48 | 0.31 | 0 | 0.2 | 219.59 | 0.49 | 0.61 |
| Hex | 6B | 8C | CC | 30 | 1F | 0 | 14 | DC | 31 | 3D |
| Octal | 153 | 214 | 314 | 60 | 37 | 0 | 24 | 334 | 61 | 75 |
| Binary | 1101011 | 10001100 | 11001100 | 110000 | 11111 | 0 | 10100 | 11011100 | 110001 | 111101 |
Color Harmonies of #6B8CCC
Complementary color
Monochromatic Colors of #6B8CCC
Black with #6B8CCC
Text Example
Text Example
White with #6B8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8CCC; }
p { color: rgb(107,140,204); }
H1.HeaderClassName
{
color: #6B8CCC;
}
.AnyTagClassName
{
color: #6B8CCC;
}
</style>
background-color css
<style>
a { background-color: #6B8CCC; }
a { background-color: rgb(107,140,204); }
div.DivClassName
{
background-color: #6B8CCC;
}
.BgClassName
{
background-color: #6B8CCC;
}
</style>
border-color css
<style>
span { border-color: #6B8CCC; }
span { border-color: rgb(107,140,204); }
td.TdClassName
{
border-color: #6B8CCC;
}
.TagClassName
{
border-color: #6B8CCC;
}
</style>