Shades of Danube #6B8BCA
Tints of Danube #6B8BCA
RGB
CMYK
RGB Variations
Color information
#6B8BCA (or 0x6B8BCA) is known color: Danube. HEX triplet: 6B, 8B and CA. RGB value is (107,139,202). Sum of RGB (Red+Green+Blue) = 107+139+202=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B8BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8BCA is #947435. Grayscale: #888888. Windows color (decimal): -9729078 or 13273963. OLE color: 13273963.
HSL color Cylindrical-coordinate representation of color #6B8BCA: hue angle of 219.79º 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 #6B8BCA is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 139 | 202 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.21 |
| HSL | 219.79º | 0.47% | 0.61% | - |
| HSV(B) | 219.79º | 0.47% | 0.79% | - |
| XYZ | 25.96 | 25.86 | 59.5 | - |
| YUV | 136.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 202 | 0.47 | 0.31 | 0 | 0.21 | 219.79 | 0.47 | 0.61 |
| Hex | 6B | 8B | CA | 2F | 1F | 0 | 15 | DC | 2F | 3D |
| Octal | 153 | 213 | 312 | 57 | 37 | 0 | 25 | 334 | 57 | 75 |
| Binary | 1101011 | 10001011 | 11001010 | 101111 | 11111 | 0 | 10101 | 11011100 | 101111 | 111101 |
Color Harmonies of #6B8BCA
Complementary color
Monochromatic Colors of #6B8BCA
Black with #6B8BCA
Text Example
Text Example
White with #6B8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8BCA; }
p { color: rgb(107,139,202); }
H1.HeaderClassName
{
color: #6B8BCA;
}
.AnyTagClassName
{
color: #6B8BCA;
}
</style>
background-color css
<style>
a { background-color: #6B8BCA; }
a { background-color: rgb(107,139,202); }
div.DivClassName
{
background-color: #6B8BCA;
}
.BgClassName
{
background-color: #6B8BCA;
}
</style>
border-color css
<style>
span { border-color: #6B8BCA; }
span { border-color: rgb(107,139,202); }
td.TdClassName
{
border-color: #6B8BCA;
}
.TagClassName
{
border-color: #6B8BCA;
}
</style>