Shades of Dolphin #69637D
Tints of Dolphin #69637D
RGB
CMYK
RGB Variations
Color information
#69637D (or 0x69637D) is known color: Dolphin. HEX triplet: 69, 63 and 7D. RGB value is (105,99,125). Sum of RGB (Red+Green+Blue) = 105+99+125=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #69637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69637D is #969C82. Grayscale: #676767. Windows color (decimal): -9870467 or 8217449. OLE color: 8217449.
HSL color Cylindrical-coordinate representation of color #69637D: hue angle of 253.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69637D is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 99 | 125 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.51 |
| HSL | 253.85º | 0.12% | 0.44% | - |
| HSV(B) | 253.85º | 0.21% | 0.49% | - |
| XYZ | 13.99 | 13.41 | 21.25 | - |
| YUV | 103.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 125 | 0.16 | 0.21 | 0 | 0.51 | 253.85 | 0.12 | 0.44 |
| Hex | 69 | 63 | 7D | 10 | 15 | 0 | 33 | FE | C | 2C |
| Octal | 151 | 143 | 175 | 20 | 25 | 0 | 63 | 376 | 14 | 54 |
| Binary | 1101001 | 1100011 | 1111101 | 10000 | 10101 | 0 | 110011 | 11111110 | 1100 | 101100 |
Color Harmonies of #69637D
Complementary color
Monochromatic Colors of #69637D
Black with #69637D
Text Example
Text Example
White with #69637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69637D; }
p { color: rgb(105,99,125); }
H1.HeaderClassName
{
color: #69637D;
}
.AnyTagClassName
{
color: #69637D;
}
</style>
background-color css
<style>
a { background-color: #69637D; }
a { background-color: rgb(105,99,125); }
div.DivClassName
{
background-color: #69637D;
}
.BgClassName
{
background-color: #69637D;
}
</style>
border-color css
<style>
span { border-color: #69637D; }
span { border-color: rgb(105,99,125); }
td.TdClassName
{
border-color: #69637D;
}
.TagClassName
{
border-color: #69637D;
}
</style>