Shades of Danube #6B8CCA
Tints of Danube #6B8CCA
RGB
CMYK
RGB Variations
Color information
#6B8CCA (or 0x6B8CCA) is known color: Danube. HEX triplet: 6B, 8C and CA. RGB value is (107,140,202). Sum of RGB (Red+Green+Blue) = 107+140+202=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8CCA is #947335. Grayscale: #888888. Windows color (decimal): -9728822 or 13274219. OLE color: 13274219.
HSL color Cylindrical-coordinate representation of color #6B8CCA: hue angle of 219.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B8CCA is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 140 | 202 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.21 |
| HSL | 219.16º | 0.47% | 0.61% | - |
| HSV(B) | 219.16º | 0.47% | 0.79% | - |
| XYZ | 26.1 | 26.15 | 59.55 | - |
| YUV | 137.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 202 | 0.47 | 0.31 | 0 | 0.21 | 219.16 | 0.47 | 0.61 |
| Hex | 6B | 8C | CA | 2F | 1F | 0 | 15 | DB | 2F | 3D |
| Octal | 153 | 214 | 312 | 57 | 37 | 0 | 25 | 333 | 57 | 75 |
| Binary | 1101011 | 10001100 | 11001010 | 101111 | 11111 | 0 | 10101 | 11011011 | 101111 | 111101 |
Color Harmonies of #6B8CCA
Complementary color
Monochromatic Colors of #6B8CCA
Black with #6B8CCA
Text Example
Text Example
White with #6B8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8CCA; }
p { color: rgb(107,140,202); }
H1.HeaderClassName
{
color: #6B8CCA;
}
.AnyTagClassName
{
color: #6B8CCA;
}
</style>
background-color css
<style>
a { background-color: #6B8CCA; }
a { background-color: rgb(107,140,202); }
div.DivClassName
{
background-color: #6B8CCA;
}
.BgClassName
{
background-color: #6B8CCA;
}
</style>
border-color css
<style>
span { border-color: #6B8CCA; }
span { border-color: rgb(107,140,202); }
td.TdClassName
{
border-color: #6B8CCA;
}
.TagClassName
{
border-color: #6B8CCA;
}
</style>