Shades of Danube #6995CC
Tints of Danube #6995CC
RGB
CMYK
RGB Variations
Color information
#6995CC (or 0x6995CC) is known color: Danube. HEX triplet: 69, 95 and CC. RGB value is (105,149,204). Sum of RGB (Red+Green+Blue) = 105+149+204=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #6995CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995CC is #966A33. Grayscale: #8D8D8D. Windows color (decimal): -9857588 or 13407593. OLE color: 13407593.
HSL color Cylindrical-coordinate representation of color #6995CC: hue angle of 213.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6995CC is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 149 | 204 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.2 |
| HSL | 213.33º | 0.49% | 0.61% | - |
| HSV(B) | 213.33º | 0.49% | 0.8% | - |
| XYZ | 27.47 | 28.86 | 61.25 | - |
| YUV | 142.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 204 | 0.49 | 0.27 | 0 | 0.2 | 213.33 | 0.49 | 0.61 |
| Hex | 69 | 95 | CC | 31 | 1B | 0 | 14 | D5 | 31 | 3D |
| Octal | 151 | 225 | 314 | 61 | 33 | 0 | 24 | 325 | 61 | 75 |
| Binary | 1101001 | 10010101 | 11001100 | 110001 | 11011 | 0 | 10100 | 11010101 | 110001 | 111101 |
Color Harmonies of #6995CC
Complementary color
Monochromatic Colors of #6995CC
Black with #6995CC
Text Example
Text Example
White with #6995CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6995CC; }
p { color: rgb(105,149,204); }
H1.HeaderClassName
{
color: #6995CC;
}
.AnyTagClassName
{
color: #6995CC;
}
</style>
background-color css
<style>
a { background-color: #6995CC; }
a { background-color: rgb(105,149,204); }
div.DivClassName
{
background-color: #6995CC;
}
.BgClassName
{
background-color: #6995CC;
}
</style>
border-color css
<style>
span { border-color: #6995CC; }
span { border-color: rgb(105,149,204); }
td.TdClassName
{
border-color: #6995CC;
}
.TagClassName
{
border-color: #6995CC;
}
</style>