Shades of Dolphin #69676F
Tints of Dolphin #69676F
RGB
CMYK
RGB Variations
Color information
#69676F (or 0x69676F) is known color: Dolphin. HEX triplet: 69, 67 and 6F. RGB value is (105,103,111). Sum of RGB (Red+Green+Blue) = 105+103+111=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 111 - color contains mainly: blue. Hex color #69676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69676F is #969890. Grayscale: #686868. Windows color (decimal): -9869457 or 7300969. OLE color: 7300969.
HSL color Cylindrical-coordinate representation of color #69676F: hue angle of 255º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #69676F is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 103 | 111 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.56 |
| HSL | 255º | 0.04% | 0.42% | - |
| HSV(B) | 255º | 0.07% | 0.44% | - |
| XYZ | 13.55 | 13.85 | 17 | - |
| YUV | 104.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 111 | 0.05 | 0.07 | 0 | 0.56 | 255 | 0.04 | 0.42 |
| Hex | 69 | 67 | 6F | 5 | 7 | 0 | 38 | FF | 4 | 2A |
| Octal | 151 | 147 | 157 | 5 | 7 | 0 | 70 | 377 | 4 | 52 |
| Binary | 1101001 | 1100111 | 1101111 | 101 | 111 | 0 | 111000 | 11111111 | 100 | 101010 |
Color Harmonies of #69676F
Complementary color
Monochromatic Colors of #69676F
Black with #69676F
Text Example
Text Example
White with #69676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69676F; }
p { color: rgb(105,103,111); }
H1.HeaderClassName
{
color: #69676F;
}
.AnyTagClassName
{
color: #69676F;
}
</style>
background-color css
<style>
a { background-color: #69676F; }
a { background-color: rgb(105,103,111); }
div.DivClassName
{
background-color: #69676F;
}
.BgClassName
{
background-color: #69676F;
}
</style>
border-color css
<style>
span { border-color: #69676F; }
span { border-color: rgb(105,103,111); }
td.TdClassName
{
border-color: #69676F;
}
.TagClassName
{
border-color: #69676F;
}
</style>