Shades of Dolphin #69667E
Tints of Dolphin #69667E
RGB
CMYK
RGB Variations
Color information
#69667E (or 0x69667E) is known color: Dolphin. HEX triplet: 69, 66 and 7E. RGB value is (105,102,126). Sum of RGB (Red+Green+Blue) = 105+102+126=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #69667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69667E is #969981. Grayscale: #696969. Windows color (decimal): -9869698 or 8283753. OLE color: 8283753.
HSL color Cylindrical-coordinate representation of color #69667E: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69667E is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 102 | 126 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.51 |
| HSL | 247.5º | 0.11% | 0.45% | - |
| HSV(B) | 247.5º | 0.19% | 0.49% | - |
| XYZ | 14.34 | 14.01 | 21.69 | - |
| YUV | 105.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 126 | 0.17 | 0.19 | 0 | 0.51 | 247.5 | 0.11 | 0.45 |
| Hex | 69 | 66 | 7E | 11 | 13 | 0 | 33 | F8 | B | 2D |
| Octal | 151 | 146 | 176 | 21 | 23 | 0 | 63 | 370 | 13 | 55 |
| Binary | 1101001 | 1100110 | 1111110 | 10001 | 10011 | 0 | 110011 | 11111000 | 1011 | 101101 |
Color Harmonies of #69667E
Complementary color
Monochromatic Colors of #69667E
Black with #69667E
Text Example
Text Example
White with #69667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69667E; }
p { color: rgb(105,102,126); }
H1.HeaderClassName
{
color: #69667E;
}
.AnyTagClassName
{
color: #69667E;
}
</style>
background-color css
<style>
a { background-color: #69667E; }
a { background-color: rgb(105,102,126); }
div.DivClassName
{
background-color: #69667E;
}
.BgClassName
{
background-color: #69667E;
}
</style>
border-color css
<style>
span { border-color: #69667E; }
span { border-color: rgb(105,102,126); }
td.TdClassName
{
border-color: #69667E;
}
.TagClassName
{
border-color: #69667E;
}
</style>