Shades of Dolphin #666472
Tints of Dolphin #666472
RGB
CMYK
RGB Variations
Color information
#666472 (or 0x666472) is known color: Dolphin. HEX triplet: 66, 64 and 72. RGB value is (102,100,114). Sum of RGB (Red+Green+Blue) = 102+100+114=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #666472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666472 is #999B8D. Grayscale: #666666. Windows color (decimal): -10066830 or 7496806. OLE color: 7496806.
HSL color Cylindrical-coordinate representation of color #666472: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666472 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 100 | 114 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.55 |
| HSL | 248.57º | 0.07% | 0.42% | - |
| HSV(B) | 248.57º | 0.12% | 0.45% | - |
| XYZ | 13.07 | 13.15 | 17.77 | - |
| YUV | 102.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 114 | 0.11 | 0.12 | 0 | 0.55 | 248.57 | 0.07 | 0.42 |
| Hex | 66 | 64 | 72 | B | C | 0 | 37 | F9 | 7 | 2A |
| Octal | 146 | 144 | 162 | 13 | 14 | 0 | 67 | 371 | 7 | 52 |
| Binary | 1100110 | 1100100 | 1110010 | 1011 | 1100 | 0 | 110111 | 11111001 | 111 | 101010 |
Color Harmonies of #666472
Complementary color
Monochromatic Colors of #666472
Black with #666472
Text Example
Text Example
White with #666472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666472; }
p { color: rgb(102,100,114); }
H1.HeaderClassName
{
color: #666472;
}
.AnyTagClassName
{
color: #666472;
}
</style>
background-color css
<style>
a { background-color: #666472; }
a { background-color: rgb(102,100,114); }
div.DivClassName
{
background-color: #666472;
}
.BgClassName
{
background-color: #666472;
}
</style>
border-color css
<style>
span { border-color: #666472; }
span { border-color: rgb(102,100,114); }
td.TdClassName
{
border-color: #666472;
}
.TagClassName
{
border-color: #666472;
}
</style>