Shades of Dolphin #69676E
Tints of Dolphin #69676E
RGB
CMYK
RGB Variations
Color information
#69676E (or 0x69676E) is known color: Dolphin. HEX triplet: 69, 67 and 6E. RGB value is (105,103,110). Sum of RGB (Red+Green+Blue) = 105+103+110=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #69676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69676E is #969891. Grayscale: #686868. Windows color (decimal): -9869458 or 7235433. OLE color: 7235433.
HSL color Cylindrical-coordinate representation of color #69676E: hue angle of 257.14º 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 #69676E is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 103 | 110 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.57 |
| HSL | 257.14º | 0.03% | 0.42% | - |
| HSV(B) | 257.14º | 0.06% | 0.43% | - |
| XYZ | 13.49 | 13.83 | 16.71 | - |
| YUV | 104.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 110 | 0.05 | 0.06 | 0 | 0.57 | 257.14 | 0.03 | 0.42 |
| Hex | 69 | 67 | 6E | 5 | 6 | 0 | 39 | 101 | 3 | 2A |
| Octal | 151 | 147 | 156 | 5 | 6 | 0 | 71 | 401 | 3 | 52 |
| Binary | 1101001 | 1100111 | 1101110 | 101 | 110 | 0 | 111001 | 100000001 | 11 | 101010 |
Color Harmonies of #69676E
Complementary color
Monochromatic Colors of #69676E
Black with #69676E
Text Example
Text Example
White with #69676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69676E; }
p { color: rgb(105,103,110); }
H1.HeaderClassName
{
color: #69676E;
}
.AnyTagClassName
{
color: #69676E;
}
</style>
background-color css
<style>
a { background-color: #69676E; }
a { background-color: rgb(105,103,110); }
div.DivClassName
{
background-color: #69676E;
}
.BgClassName
{
background-color: #69676E;
}
</style>
border-color css
<style>
span { border-color: #69676E; }
span { border-color: rgb(105,103,110); }
td.TdClassName
{
border-color: #69676E;
}
.TagClassName
{
border-color: #69676E;
}
</style>