Shades of Dolphin #69676D
Tints of Dolphin #69676D
RGB
CMYK
RGB Variations
Color information
#69676D (or 0x69676D) is known color: Dolphin. HEX triplet: 69, 67 and 6D. RGB value is (105,103,109). Sum of RGB (Red+Green+Blue) = 105+103+109=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 109 - color contains mainly: blue. Hex color #69676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69676D is #969892. Grayscale: #686868. Windows color (decimal): -9869459 or 7169897. OLE color: 7169897.
HSL color Cylindrical-coordinate representation of color #69676D: hue angle of 260º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #69676D is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 103 | 109 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.57 |
| HSL | 260º | 0.03% | 0.42% | - |
| HSV(B) | 260º | 0.06% | 0.43% | - |
| XYZ | 13.44 | 13.81 | 16.43 | - |
| YUV | 104.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 109 | 0.04 | 0.06 | 0 | 0.57 | 260 | 0.03 | 0.42 |
| Hex | 69 | 67 | 6D | 4 | 6 | 0 | 39 | 104 | 3 | 2A |
| Octal | 151 | 147 | 155 | 4 | 6 | 0 | 71 | 404 | 3 | 52 |
| Binary | 1101001 | 1100111 | 1101101 | 100 | 110 | 0 | 111001 | 100000100 | 11 | 101010 |
Color Harmonies of #69676D
Complementary color
Monochromatic Colors of #69676D
Black with #69676D
Text Example
Text Example
White with #69676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69676D; }
p { color: rgb(105,103,109); }
H1.HeaderClassName
{
color: #69676D;
}
.AnyTagClassName
{
color: #69676D;
}
</style>
background-color css
<style>
a { background-color: #69676D; }
a { background-color: rgb(105,103,109); }
div.DivClassName
{
background-color: #69676D;
}
.BgClassName
{
background-color: #69676D;
}
</style>
border-color css
<style>
span { border-color: #69676D; }
span { border-color: rgb(105,103,109); }
td.TdClassName
{
border-color: #69676D;
}
.TagClassName
{
border-color: #69676D;
}
</style>