Shades of Danube #668ABE
Tints of Danube #668ABE
RGB
CMYK
RGB Variations
Color information
#668ABE (or 0x668ABE) is known color: Danube. HEX triplet: 66, 8A and BE. RGB value is (102,138,190). Sum of RGB (Red+Green+Blue) = 102+138+190=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #668ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ABE is #997541. Grayscale: #848484. Windows color (decimal): -10057026 or 12487270. OLE color: 12487270.
HSL color Cylindrical-coordinate representation of color #668ABE: hue angle of 215.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668ABE is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 138 | 190 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.25 |
| HSL | 215.45º | 0.4% | 0.57% | - |
| HSV(B) | 215.45º | 0.46% | 0.75% | - |
| XYZ | 23.86 | 24.72 | 52.23 | - |
| YUV | 133.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 190 | 0.46 | 0.27 | 0 | 0.25 | 215.45 | 0.4 | 0.57 |
| Hex | 66 | 8A | BE | 2E | 1B | 0 | 19 | D7 | 28 | 39 |
| Octal | 146 | 212 | 276 | 56 | 33 | 0 | 31 | 327 | 50 | 71 |
| Binary | 1100110 | 10001010 | 10111110 | 101110 | 11011 | 0 | 11001 | 11010111 | 101000 | 111001 |
Color Harmonies of #668ABE
Complementary color
Monochromatic Colors of #668ABE
Black with #668ABE
Text Example
Text Example
White with #668ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668ABE; }
p { color: rgb(102,138,190); }
H1.HeaderClassName
{
color: #668ABE;
}
.AnyTagClassName
{
color: #668ABE;
}
</style>
background-color css
<style>
a { background-color: #668ABE; }
a { background-color: rgb(102,138,190); }
div.DivClassName
{
background-color: #668ABE;
}
.BgClassName
{
background-color: #668ABE;
}
</style>
border-color css
<style>
span { border-color: #668ABE; }
span { border-color: rgb(102,138,190); }
td.TdClassName
{
border-color: #668ABE;
}
.TagClassName
{
border-color: #668ABE;
}
</style>