Shades of Danube #6B90CD
Tints of Danube #6B90CD
RGB
CMYK
RGB Variations
Color information
#6B90CD (or 0x6B90CD) is known color: Danube. HEX triplet: 6B, 90 and CD. RGB value is (107,144,205). Sum of RGB (Red+Green+Blue) = 107+144+205=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B90CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B90CD is #946F32. Grayscale: #8B8B8B. Windows color (decimal): -9727795 or 13471851. OLE color: 13471851.
HSL color Cylindrical-coordinate representation of color #6B90CD: hue angle of 217.35º 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 #6B90CD is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 144 | 205 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.20 |
| HSL | 217.35º | 0.49% | 0.61% | - |
| HSV(B) | 217.35º | 0.48% | 0.8% | - |
| XYZ | 27.06 | 27.48 | 61.64 | - |
| YUV | 139.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 205 | 0.48 | 0.30 | 0 | 0.20 | 217.35 | 0.49 | 0.61 |
| Hex | 6B | 90 | CD | 30 | 1E | 0 | 14 | D9 | 31 | 3D |
| Octal | 153 | 220 | 315 | 60 | 36 | 0 | 24 | 331 | 61 | 75 |
| Binary | 1101011 | 10010000 | 11001101 | 110000 | 11110 | 0 | 10100 | 11011001 | 110001 | 111101 |
Color Harmonies of #6B90CD
Complementary color
Monochromatic Colors of #6B90CD
Black with #6B90CD
Text Example
Text Example
White with #6B90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B90CD; }
p { color: rgb(107,144,205); }
H1.HeaderClassName
{
color: #6B90CD;
}
.AnyTagClassName
{
color: #6B90CD;
}
</style>
background-color css
<style>
a { background-color: #6B90CD; }
a { background-color: rgb(107,144,205); }
div.DivClassName
{
background-color: #6B90CD;
}
.BgClassName
{
background-color: #6B90CD;
}
</style>
border-color css
<style>
span { border-color: #6B90CD; }
span { border-color: rgb(107,144,205); }
td.TdClassName
{
border-color: #6B90CD;
}
.TagClassName
{
border-color: #6B90CD;
}
</style>