Shades of Danube #667FB4
Tints of Danube #667FB4
RGB
CMYK
RGB Variations
Color information
#667FB4 (or 0x667FB4) is known color: Danube. HEX triplet: 66, 7F and B4. RGB value is (102,127,180). Sum of RGB (Red+Green+Blue) = 102+127+180=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #667FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FB4 is #99804B. Grayscale: #7D7D7D. Windows color (decimal): -10059852 or 11829094. OLE color: 11829094.
HSL color Cylindrical-coordinate representation of color #667FB4: hue angle of 220.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #667FB4 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 127 | 180 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.29 |
| HSL | 220.77º | 0.34% | 0.55% | - |
| HSV(B) | 220.77º | 0.43% | 0.71% | - |
| XYZ | 21.31 | 21.3 | 46.17 | - |
| YUV | 125.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 180 | 0.43 | 0.29 | 0 | 0.29 | 220.77 | 0.34 | 0.55 |
| Hex | 66 | 7F | B4 | 2B | 1D | 0 | 1D | DD | 22 | 37 |
| Octal | 146 | 177 | 264 | 53 | 35 | 0 | 35 | 335 | 42 | 67 |
| Binary | 1100110 | 1111111 | 10110100 | 101011 | 11101 | 0 | 11101 | 11011101 | 100010 | 110111 |
Color Harmonies of #667FB4
Complementary color
Monochromatic Colors of #667FB4
Black with #667FB4
Text Example
Text Example
White with #667FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FB4; }
p { color: rgb(102,127,180); }
H1.HeaderClassName
{
color: #667FB4;
}
.AnyTagClassName
{
color: #667FB4;
}
</style>
background-color css
<style>
a { background-color: #667FB4; }
a { background-color: rgb(102,127,180); }
div.DivClassName
{
background-color: #667FB4;
}
.BgClassName
{
background-color: #667FB4;
}
</style>
border-color css
<style>
span { border-color: #667FB4; }
span { border-color: rgb(102,127,180); }
td.TdClassName
{
border-color: #667FB4;
}
.TagClassName
{
border-color: #667FB4;
}
</style>