Shades of Danube #668BD4
Tints of Danube #668BD4
RGB
CMYK
RGB Variations
Color information
#668BD4 (or 0x668BD4) is known color: Danube. HEX triplet: 66, 8B and D4. RGB value is (102,139,212). Sum of RGB (Red+Green+Blue) = 102+139+212=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #668BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BD4 is #99742B. Grayscale: #878787. Windows color (decimal): -10056748 or 13929318. OLE color: 13929318.
HSL color Cylindrical-coordinate representation of color #668BD4: hue angle of 219.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #668BD4 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 139 | 212 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.17 |
| HSL | 219.82º | 0.56% | 0.62% | - |
| HSV(B) | 219.82º | 0.52% | 0.83% | - |
| XYZ | 26.6 | 26.04 | 65.91 | - |
| YUV | 136.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 212 | 0.52 | 0.34 | 0 | 0.17 | 219.82 | 0.56 | 0.62 |
| Hex | 66 | 8B | D4 | 34 | 22 | 0 | 11 | DC | 38 | 3E |
| Octal | 146 | 213 | 324 | 64 | 42 | 0 | 21 | 334 | 70 | 76 |
| Binary | 1100110 | 10001011 | 11010100 | 110100 | 100010 | 0 | 10001 | 11011100 | 111000 | 111110 |
Color Harmonies of #668BD4
Complementary color
Monochromatic Colors of #668BD4
Black with #668BD4
Text Example
Text Example
White with #668BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BD4; }
p { color: rgb(102,139,212); }
H1.HeaderClassName
{
color: #668BD4;
}
.AnyTagClassName
{
color: #668BD4;
}
</style>
background-color css
<style>
a { background-color: #668BD4; }
a { background-color: rgb(102,139,212); }
div.DivClassName
{
background-color: #668BD4;
}
.BgClassName
{
background-color: #668BD4;
}
</style>
border-color css
<style>
span { border-color: #668BD4; }
span { border-color: rgb(102,139,212); }
td.TdClassName
{
border-color: #668BD4;
}
.TagClassName
{
border-color: #668BD4;
}
</style>