Shades of Danube #668AD5
Tints of Danube #668AD5
RGB
CMYK
RGB Variations
Color information
#668AD5 (or 0x668AD5) is known color: Danube. HEX triplet: 66, 8A and D5. RGB value is (102,138,213). Sum of RGB (Red+Green+Blue) = 102+138+213=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #668AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AD5 is #99752A. Grayscale: #878787. Windows color (decimal): -10057003 or 13994598. OLE color: 13994598.
HSL color Cylindrical-coordinate representation of color #668AD5: hue angle of 220.54º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #668AD5 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 138 | 213 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.16 |
| HSL | 220.54º | 0.57% | 0.62% | - |
| HSV(B) | 220.54º | 0.52% | 0.84% | - |
| XYZ | 26.58 | 25.81 | 66.53 | - |
| YUV | 135.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 213 | 0.52 | 0.35 | 0 | 0.16 | 220.54 | 0.57 | 0.62 |
| Hex | 66 | 8A | D5 | 34 | 23 | 0 | 10 | DD | 39 | 3E |
| Octal | 146 | 212 | 325 | 64 | 43 | 0 | 20 | 335 | 71 | 76 |
| Binary | 1100110 | 10001010 | 11010101 | 110100 | 100011 | 0 | 10000 | 11011101 | 111001 | 111110 |
Color Harmonies of #668AD5
Complementary color
Monochromatic Colors of #668AD5
Black with #668AD5
Text Example
Text Example
White with #668AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AD5; }
p { color: rgb(102,138,213); }
H1.HeaderClassName
{
color: #668AD5;
}
.AnyTagClassName
{
color: #668AD5;
}
</style>
background-color css
<style>
a { background-color: #668AD5; }
a { background-color: rgb(102,138,213); }
div.DivClassName
{
background-color: #668AD5;
}
.BgClassName
{
background-color: #668AD5;
}
</style>
border-color css
<style>
span { border-color: #668AD5; }
span { border-color: rgb(102,138,213); }
td.TdClassName
{
border-color: #668AD5;
}
.TagClassName
{
border-color: #668AD5;
}
</style>