Shades of Dolphin #67637D
Tints of Dolphin #67637D
RGB
CMYK
RGB Variations
Color information
#67637D (or 0x67637D) is known color: Dolphin. HEX triplet: 67, 63 and 7D. RGB value is (103,99,125). Sum of RGB (Red+Green+Blue) = 103+99+125=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #67637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67637D is #989C82. Grayscale: #676767. Windows color (decimal): -10001539 or 8217447. OLE color: 8217447.
HSL color Cylindrical-coordinate representation of color #67637D: hue angle of 249.23º 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 #67637D is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 99 | 125 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.51 |
| HSL | 249.23º | 0.12% | 0.44% | - |
| HSV(B) | 249.23º | 0.21% | 0.49% | - |
| XYZ | 13.76 | 13.29 | 21.24 | - |
| YUV | 103.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 125 | 0.18 | 0.21 | 0 | 0.51 | 249.23 | 0.12 | 0.44 |
| Hex | 67 | 63 | 7D | 12 | 15 | 0 | 33 | F9 | C | 2C |
| Octal | 147 | 143 | 175 | 22 | 25 | 0 | 63 | 371 | 14 | 54 |
| Binary | 1100111 | 1100011 | 1111101 | 10010 | 10101 | 0 | 110011 | 11111001 | 1100 | 101100 |
Color Harmonies of #67637D
Complementary color
Monochromatic Colors of #67637D
Black with #67637D
Text Example
Text Example
White with #67637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67637D; }
p { color: rgb(103,99,125); }
H1.HeaderClassName
{
color: #67637D;
}
.AnyTagClassName
{
color: #67637D;
}
</style>
background-color css
<style>
a { background-color: #67637D; }
a { background-color: rgb(103,99,125); }
div.DivClassName
{
background-color: #67637D;
}
.BgClassName
{
background-color: #67637D;
}
</style>
border-color css
<style>
span { border-color: #67637D; }
span { border-color: rgb(103,99,125); }
td.TdClassName
{
border-color: #67637D;
}
.TagClassName
{
border-color: #67637D;
}
</style>