Shades of Dolphin #665F79
Tints of Dolphin #665F79
RGB
CMYK
RGB Variations
Color information
#665F79 (or 0x665F79) is known color: Dolphin. HEX triplet: 66, 5F and 79. RGB value is (102,95,121). Sum of RGB (Red+Green+Blue) = 102+95+121=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: blue. Hex color #665F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F79 is #99A086. Grayscale: #636363. Windows color (decimal): -10068103 or 7954278. OLE color: 7954278.
HSL color Cylindrical-coordinate representation of color #665F79: hue angle of 256.15º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665F79 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 95 | 121 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.53 |
| HSL | 256.15º | 0.12% | 0.42% | - |
| HSV(B) | 256.15º | 0.21% | 0.47% | - |
| XYZ | 13.02 | 12.39 | 19.79 | - |
| YUV | 100.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 121 | 0.16 | 0.21 | 0 | 0.53 | 256.15 | 0.12 | 0.42 |
| Hex | 66 | 5F | 79 | 10 | 15 | 0 | 35 | 100 | C | 2A |
| Octal | 146 | 137 | 171 | 20 | 25 | 0 | 65 | 400 | 14 | 52 |
| Binary | 1100110 | 1011111 | 1111001 | 10000 | 10101 | 0 | 110101 | 100000000 | 1100 | 101010 |
Color Harmonies of #665F79
Complementary color
Monochromatic Colors of #665F79
Black with #665F79
Text Example
Text Example
White with #665F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F79; }
p { color: rgb(102,95,121); }
H1.HeaderClassName
{
color: #665F79;
}
.AnyTagClassName
{
color: #665F79;
}
</style>
background-color css
<style>
a { background-color: #665F79; }
a { background-color: rgb(102,95,121); }
div.DivClassName
{
background-color: #665F79;
}
.BgClassName
{
background-color: #665F79;
}
</style>
border-color css
<style>
span { border-color: #665F79; }
span { border-color: rgb(102,95,121); }
td.TdClassName
{
border-color: #665F79;
}
.TagClassName
{
border-color: #665F79;
}
</style>