Shades of Danube #688FD4
Tints of Danube #688FD4
RGB
CMYK
RGB Variations
Color information
#688FD4 (or 0x688FD4) is known color: Danube. HEX triplet: 68, 8F and D4. RGB value is (104,143,212). Sum of RGB (Red+Green+Blue) = 104+143+212=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #688FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FD4 is #97702B. Grayscale: #8A8A8A. Windows color (decimal): -9924652 or 13930344. OLE color: 13930344.
HSL color Cylindrical-coordinate representation of color #688FD4: hue angle of 218.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #688FD4 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 143 | 212 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.17 |
| HSL | 218.33º | 0.56% | 0.62% | - |
| HSV(B) | 218.33º | 0.51% | 0.83% | - |
| XYZ | 27.42 | 27.34 | 66.12 | - |
| YUV | 139.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 212 | 0.51 | 0.33 | 0 | 0.17 | 218.33 | 0.56 | 0.62 |
| Hex | 68 | 8F | D4 | 33 | 21 | 0 | 11 | DA | 38 | 3E |
| Octal | 150 | 217 | 324 | 63 | 41 | 0 | 21 | 332 | 70 | 76 |
| Binary | 1101000 | 10001111 | 11010100 | 110011 | 100001 | 0 | 10001 | 11011010 | 111000 | 111110 |
Color Harmonies of #688FD4
Complementary color
Monochromatic Colors of #688FD4
Black with #688FD4
Text Example
Text Example
White with #688FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FD4; }
p { color: rgb(104,143,212); }
H1.HeaderClassName
{
color: #688FD4;
}
.AnyTagClassName
{
color: #688FD4;
}
</style>
background-color css
<style>
a { background-color: #688FD4; }
a { background-color: rgb(104,143,212); }
div.DivClassName
{
background-color: #688FD4;
}
.BgClassName
{
background-color: #688FD4;
}
</style>
border-color css
<style>
span { border-color: #688FD4; }
span { border-color: rgb(104,143,212); }
td.TdClassName
{
border-color: #688FD4;
}
.TagClassName
{
border-color: #688FD4;
}
</style>