Shades of Danube #668BCB
Tints of Danube #668BCB
RGB
CMYK
RGB Variations
Color information
#668BCB (or 0x668BCB) is known color: Danube. HEX triplet: 66, 8B and CB. RGB value is (102,139,203). Sum of RGB (Red+Green+Blue) = 102+139+203=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #668BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BCB is #997434. Grayscale: #868686. Windows color (decimal): -10056757 or 13339494. OLE color: 13339494.
HSL color Cylindrical-coordinate representation of color #668BCB: hue angle of 218.02º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668BCB is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 139 | 203 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.20 |
| HSL | 218.02º | 0.49% | 0.6% | - |
| HSV(B) | 218.02º | 0.5% | 0.8% | - |
| XYZ | 25.49 | 25.6 | 60.1 | - |
| YUV | 135.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 203 | 0.50 | 0.32 | 0 | 0.20 | 218.02 | 0.49 | 0.6 |
| Hex | 66 | 8B | CB | 32 | 20 | 0 | 14 | DA | 31 | 3C |
| Octal | 146 | 213 | 313 | 62 | 40 | 0 | 24 | 332 | 61 | 74 |
| Binary | 1100110 | 10001011 | 11001011 | 110010 | 100000 | 0 | 10100 | 11011010 | 110001 | 111100 |
Color Harmonies of #668BCB
Complementary color
Monochromatic Colors of #668BCB
Black with #668BCB
Text Example
Text Example
White with #668BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BCB; }
p { color: rgb(102,139,203); }
H1.HeaderClassName
{
color: #668BCB;
}
.AnyTagClassName
{
color: #668BCB;
}
</style>
background-color css
<style>
a { background-color: #668BCB; }
a { background-color: rgb(102,139,203); }
div.DivClassName
{
background-color: #668BCB;
}
.BgClassName
{
background-color: #668BCB;
}
</style>
border-color css
<style>
span { border-color: #668BCB; }
span { border-color: rgb(102,139,203); }
td.TdClassName
{
border-color: #668BCB;
}
.TagClassName
{
border-color: #668BCB;
}
</style>