Shades of Danube #6B8FC2
Tints of Danube #6B8FC2
RGB
CMYK
RGB Variations
Color information
#6B8FC2 (or 0x6B8FC2) is known color: Danube. HEX triplet: 6B, 8F and C2. RGB value is (107,143,194). Sum of RGB (Red+Green+Blue) = 107+143+194=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #6B8FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FC2 is #94703D. Grayscale: #898989. Windows color (decimal): -9728062 or 12750699. OLE color: 12750699.
HSL color Cylindrical-coordinate representation of color #6B8FC2: hue angle of 215.17º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B8FC2 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 143 | 194 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.24 |
| HSL | 215.17º | 0.42% | 0.59% | - |
| HSV(B) | 215.17º | 0.45% | 0.76% | - |
| XYZ | 25.62 | 26.67 | 54.84 | - |
| YUV | 138.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 194 | 0.45 | 0.26 | 0 | 0.24 | 215.17 | 0.42 | 0.59 |
| Hex | 6B | 8F | C2 | 2D | 1A | 0 | 18 | D7 | 2A | 3B |
| Octal | 153 | 217 | 302 | 55 | 32 | 0 | 30 | 327 | 52 | 73 |
| Binary | 1101011 | 10001111 | 11000010 | 101101 | 11010 | 0 | 11000 | 11010111 | 101010 | 111011 |
Color Harmonies of #6B8FC2
Complementary color
Monochromatic Colors of #6B8FC2
Black with #6B8FC2
Text Example
Text Example
White with #6B8FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FC2; }
p { color: rgb(107,143,194); }
H1.HeaderClassName
{
color: #6B8FC2;
}
.AnyTagClassName
{
color: #6B8FC2;
}
</style>
background-color css
<style>
a { background-color: #6B8FC2; }
a { background-color: rgb(107,143,194); }
div.DivClassName
{
background-color: #6B8FC2;
}
.BgClassName
{
background-color: #6B8FC2;
}
</style>
border-color css
<style>
span { border-color: #6B8FC2; }
span { border-color: rgb(107,143,194); }
td.TdClassName
{
border-color: #6B8FC2;
}
.TagClassName
{
border-color: #6B8FC2;
}
</style>