Shades of Dolphin #645F7D
Tints of Dolphin #645F7D
RGB
CMYK
RGB Variations
Color information
#645F7D (or 0x645F7D) is known color: Dolphin. HEX triplet: 64, 5F and 7D. RGB value is (100,95,125). Sum of RGB (Red+Green+Blue) = 100+95+125=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #645F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F7D is #9BA082. Grayscale: #636363. Windows color (decimal): -10199171 or 8216420. OLE color: 8216420.
HSL color Cylindrical-coordinate representation of color #645F7D: hue angle of 250º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #645F7D is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 95 | 125 | - |
| CMYK | 0.2 | 0.24 | 0 | 0.51 |
| HSL | 250º | 0.14% | 0.43% | - |
| HSV(B) | 250º | 0.24% | 0.49% | - |
| XYZ | 13.05 | 12.37 | 21.1 | - |
| YUV | 99.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 125 | 0.2 | 0.24 | 0 | 0.51 | 250 | 0.14 | 0.43 |
| Hex | 64 | 5F | 7D | 14 | 18 | 0 | 33 | FA | E | 2B |
| Octal | 144 | 137 | 175 | 24 | 30 | 0 | 63 | 372 | 16 | 53 |
| Binary | 1100100 | 1011111 | 1111101 | 10100 | 11000 | 0 | 110011 | 11111010 | 1110 | 101011 |
Color Harmonies of #645F7D
Complementary color
Monochromatic Colors of #645F7D
Black with #645F7D
Text Example
Text Example
White with #645F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F7D; }
p { color: rgb(100,95,125); }
H1.HeaderClassName
{
color: #645F7D;
}
.AnyTagClassName
{
color: #645F7D;
}
</style>
background-color css
<style>
a { background-color: #645F7D; }
a { background-color: rgb(100,95,125); }
div.DivClassName
{
background-color: #645F7D;
}
.BgClassName
{
background-color: #645F7D;
}
</style>
border-color css
<style>
span { border-color: #645F7D; }
span { border-color: rgb(100,95,125); }
td.TdClassName
{
border-color: #645F7D;
}
.TagClassName
{
border-color: #645F7D;
}
</style>