Shades of Dolphin #69667F
Tints of Dolphin #69667F
RGB
CMYK
RGB Variations
Color information
#69667F (or 0x69667F) is known color: Dolphin. HEX triplet: 69, 66 and 7F. RGB value is (105,102,127). Sum of RGB (Red+Green+Blue) = 105+102+127=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #69667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69667F is #969980. Grayscale: #696969. Windows color (decimal): -9869697 or 8349289. OLE color: 8349289.
HSL color Cylindrical-coordinate representation of color #69667F: hue angle of 247.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69667F is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 102 | 127 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.50 |
| HSL | 247.2º | 0.11% | 0.45% | - |
| HSV(B) | 247.2º | 0.2% | 0.5% | - |
| XYZ | 14.41 | 14.04 | 22.03 | - |
| YUV | 105.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 127 | 0.17 | 0.20 | 0 | 0.50 | 247.2 | 0.11 | 0.45 |
| Hex | 69 | 66 | 7F | 11 | 14 | 0 | 32 | F7 | B | 2D |
| Octal | 151 | 146 | 177 | 21 | 24 | 0 | 62 | 367 | 13 | 55 |
| Binary | 1101001 | 1100110 | 1111111 | 10001 | 10100 | 0 | 110010 | 11110111 | 1011 | 101101 |
Color Harmonies of #69667F
Complementary color
Monochromatic Colors of #69667F
Black with #69667F
Text Example
Text Example
White with #69667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69667F; }
p { color: rgb(105,102,127); }
H1.HeaderClassName
{
color: #69667F;
}
.AnyTagClassName
{
color: #69667F;
}
</style>
background-color css
<style>
a { background-color: #69667F; }
a { background-color: rgb(105,102,127); }
div.DivClassName
{
background-color: #69667F;
}
.BgClassName
{
background-color: #69667F;
}
</style>
border-color css
<style>
span { border-color: #69667F; }
span { border-color: rgb(105,102,127); }
td.TdClassName
{
border-color: #69667F;
}
.TagClassName
{
border-color: #69667F;
}
</style>