Shades of Dolphin #696572
Tints of Dolphin #696572
RGB
CMYK
RGB Variations
Color information
#696572 (or 0x696572) is known color: Dolphin. HEX triplet: 69, 65 and 72. RGB value is (105,101,114). Sum of RGB (Red+Green+Blue) = 105+101+114=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #696572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696572 is #969A8D. Grayscale: #676767. Windows color (decimal): -9869966 or 7497065. OLE color: 7497065.
HSL color Cylindrical-coordinate representation of color #696572: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696572 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 101 | 114 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.55 |
| HSL | 258.46º | 0.06% | 0.42% | - |
| HSV(B) | 258.46º | 0.11% | 0.45% | - |
| XYZ | 13.52 | 13.53 | 17.82 | - |
| YUV | 103.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 114 | 0.08 | 0.11 | 0 | 0.55 | 258.46 | 0.06 | 0.42 |
| Hex | 69 | 65 | 72 | 8 | B | 0 | 37 | 102 | 6 | 2A |
| Octal | 151 | 145 | 162 | 10 | 13 | 0 | 67 | 402 | 6 | 52 |
| Binary | 1101001 | 1100101 | 1110010 | 1000 | 1011 | 0 | 110111 | 100000010 | 110 | 101010 |
Color Harmonies of #696572
Complementary color
Monochromatic Colors of #696572
Black with #696572
Text Example
Text Example
White with #696572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696572; }
p { color: rgb(105,101,114); }
H1.HeaderClassName
{
color: #696572;
}
.AnyTagClassName
{
color: #696572;
}
</style>
background-color css
<style>
a { background-color: #696572; }
a { background-color: rgb(105,101,114); }
div.DivClassName
{
background-color: #696572;
}
.BgClassName
{
background-color: #696572;
}
</style>
border-color css
<style>
span { border-color: #696572; }
span { border-color: rgb(105,101,114); }
td.TdClassName
{
border-color: #696572;
}
.TagClassName
{
border-color: #696572;
}
</style>