Shades of Dolphin #65636E
Tints of Dolphin #65636E
RGB
CMYK
RGB Variations
Color information
#65636E (or 0x65636E) is known color: Dolphin. HEX triplet: 65, 63 and 6E. RGB value is (101,99,110). Sum of RGB (Red+Green+Blue) = 101+99+110=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 110 - color contains mainly: blue. Hex color #65636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65636E is #9A9C91. Grayscale: #646464. Windows color (decimal): -10132626 or 7234405. OLE color: 7234405.
HSL color Cylindrical-coordinate representation of color #65636E: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65636E is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 99 | 110 | - |
| CMYK | 0.08 | 0.1 | 0 | 0.57 |
| HSL | 250.91º | 0.05% | 0.41% | - |
| HSV(B) | 250.91º | 0.1% | 0.43% | - |
| XYZ | 12.64 | 12.82 | 16.56 | - |
| YUV | 100.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 110 | 0.08 | 0.1 | 0 | 0.57 | 250.91 | 0.05 | 0.41 |
| Hex | 65 | 63 | 6E | 8 | A | 0 | 39 | FB | 5 | 29 |
| Octal | 145 | 143 | 156 | 10 | 12 | 0 | 71 | 373 | 5 | 51 |
| Binary | 1100101 | 1100011 | 1101110 | 1000 | 1010 | 0 | 111001 | 11111011 | 101 | 101001 |
Color Harmonies of #65636E
Complementary color
Monochromatic Colors of #65636E
Black with #65636E
Text Example
Text Example
White with #65636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65636E; }
p { color: rgb(101,99,110); }
H1.HeaderClassName
{
color: #65636E;
}
.AnyTagClassName
{
color: #65636E;
}
</style>
background-color css
<style>
a { background-color: #65636E; }
a { background-color: rgb(101,99,110); }
div.DivClassName
{
background-color: #65636E;
}
.BgClassName
{
background-color: #65636E;
}
</style>
border-color css
<style>
span { border-color: #65636E; }
span { border-color: rgb(101,99,110); }
td.TdClassName
{
border-color: #65636E;
}
.TagClassName
{
border-color: #65636E;
}
</style>