Shades of Danube #618FC8
Tints of Danube #618FC8
RGB
CMYK
RGB Variations
Color information
#618FC8 (or 0x618FC8) is known color: Danube. HEX triplet: 61, 8F and C8. RGB value is (97,143,200). Sum of RGB (Red+Green+Blue) = 97+143+200=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #618FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FC8 is #9E7037. Grayscale: #878787. Windows color (decimal): -10383416 or 13143905. OLE color: 13143905.
HSL color Cylindrical-coordinate representation of color #618FC8: hue angle of 213.2º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618FC8 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 143 | 200 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.22 |
| HSL | 213.2º | 0.48% | 0.58% | - |
| HSV(B) | 213.2º | 0.52% | 0.78% | - |
| XYZ | 25.18 | 26.36 | 58.4 | - |
| YUV | 135.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 200 | 0.52 | 0.28 | 0 | 0.22 | 213.2 | 0.48 | 0.58 |
| Hex | 61 | 8F | C8 | 34 | 1C | 0 | 16 | D5 | 30 | 3A |
| Octal | 141 | 217 | 310 | 64 | 34 | 0 | 26 | 325 | 60 | 72 |
| Binary | 1100001 | 10001111 | 11001000 | 110100 | 11100 | 0 | 10110 | 11010101 | 110000 | 111010 |
Color Harmonies of #618FC8
Complementary color
Monochromatic Colors of #618FC8
Black with #618FC8
Text Example
Text Example
White with #618FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618FC8; }
p { color: rgb(97,143,200); }
H1.HeaderClassName
{
color: #618FC8;
}
.AnyTagClassName
{
color: #618FC8;
}
</style>
background-color css
<style>
a { background-color: #618FC8; }
a { background-color: rgb(97,143,200); }
div.DivClassName
{
background-color: #618FC8;
}
.BgClassName
{
background-color: #618FC8;
}
</style>
border-color css
<style>
span { border-color: #618FC8; }
span { border-color: rgb(97,143,200); }
td.TdClassName
{
border-color: #618FC8;
}
.TagClassName
{
border-color: #618FC8;
}
</style>