Shades of Danube #6785CE
Tints of Danube #6785CE
RGB
CMYK
RGB Variations
Color information
#6785CE (or 0x6785CE) is known color: Danube. HEX triplet: 67, 85 and CE. RGB value is (103,133,206). Sum of RGB (Red+Green+Blue) = 103+133+206=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #6785CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6785CE is #987A31. Grayscale: #848484. Windows color (decimal): -9992754 or 13534567. OLE color: 13534567.
HSL color Cylindrical-coordinate representation of color #6785CE: hue angle of 222.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6785CE is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 133 | 206 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.19 |
| HSL | 222.52º | 0.51% | 0.61% | - |
| HSV(B) | 222.52º | 0.5% | 0.81% | - |
| XYZ | 25.12 | 24.11 | 61.72 | - |
| YUV | 132.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 206 | 0.50 | 0.35 | 0 | 0.19 | 222.52 | 0.51 | 0.61 |
| Hex | 67 | 85 | CE | 32 | 23 | 0 | 13 | DF | 33 | 3D |
| Octal | 147 | 205 | 316 | 62 | 43 | 0 | 23 | 337 | 63 | 75 |
| Binary | 1100111 | 10000101 | 11001110 | 110010 | 100011 | 0 | 10011 | 11011111 | 110011 | 111101 |
Color Harmonies of #6785CE
Complementary color
Monochromatic Colors of #6785CE
Black with #6785CE
Text Example
Text Example
White with #6785CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6785CE; }
p { color: rgb(103,133,206); }
H1.HeaderClassName
{
color: #6785CE;
}
.AnyTagClassName
{
color: #6785CE;
}
</style>
background-color css
<style>
a { background-color: #6785CE; }
a { background-color: rgb(103,133,206); }
div.DivClassName
{
background-color: #6785CE;
}
.BgClassName
{
background-color: #6785CE;
}
</style>
border-color css
<style>
span { border-color: #6785CE; }
span { border-color: rgb(103,133,206); }
td.TdClassName
{
border-color: #6785CE;
}
.TagClassName
{
border-color: #6785CE;
}
</style>