Shades of Dolphin #666370
Tints of Dolphin #666370
RGB
CMYK
RGB Variations
Color information
#666370 (or 0x666370) is known color: Dolphin. HEX triplet: 66, 63 and 70. RGB value is (102,99,112). Sum of RGB (Red+Green+Blue) = 102+99+112=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #666370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666370 is #999C8F. Grayscale: #656565. Windows color (decimal): -10067088 or 7365478. OLE color: 7365478.
HSL color Cylindrical-coordinate representation of color #666370: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666370 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 99 | 112 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.56 |
| HSL | 253.85º | 0.06% | 0.41% | - |
| HSV(B) | 253.85º | 0.12% | 0.44% | - |
| XYZ | 12.87 | 12.92 | 17.14 | - |
| YUV | 101.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 112 | 0.09 | 0.12 | 0 | 0.56 | 253.85 | 0.06 | 0.41 |
| Hex | 66 | 63 | 70 | 9 | C | 0 | 38 | FE | 6 | 29 |
| Octal | 146 | 143 | 160 | 11 | 14 | 0 | 70 | 376 | 6 | 51 |
| Binary | 1100110 | 1100011 | 1110000 | 1001 | 1100 | 0 | 111000 | 11111110 | 110 | 101001 |
Color Harmonies of #666370
Complementary color
Monochromatic Colors of #666370
Black with #666370
Text Example
Text Example
White with #666370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666370; }
p { color: rgb(102,99,112); }
H1.HeaderClassName
{
color: #666370;
}
.AnyTagClassName
{
color: #666370;
}
</style>
background-color css
<style>
a { background-color: #666370; }
a { background-color: rgb(102,99,112); }
div.DivClassName
{
background-color: #666370;
}
.BgClassName
{
background-color: #666370;
}
</style>
border-color css
<style>
span { border-color: #666370; }
span { border-color: rgb(102,99,112); }
td.TdClassName
{
border-color: #666370;
}
.TagClassName
{
border-color: #666370;
}
</style>