Shades of Dolphin #645F7A
Tints of Dolphin #645F7A
RGB
CMYK
RGB Variations
Color information
#645F7A (or 0x645F7A) is known color: Dolphin. HEX triplet: 64, 5F and 7A. RGB value is (100,95,122). Sum of RGB (Red+Green+Blue) = 100+95+122=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #645F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F7A is #9BA085. Grayscale: #636363. Windows color (decimal): -10199174 or 8019812. OLE color: 8019812.
HSL color Cylindrical-coordinate representation of color #645F7A: hue angle of 251.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #645F7A is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 95 | 122 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.52 |
| HSL | 251.11º | 0.12% | 0.43% | - |
| HSV(B) | 251.11º | 0.22% | 0.48% | - |
| XYZ | 12.86 | 12.3 | 20.11 | - |
| YUV | 99.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 122 | 0.18 | 0.22 | 0 | 0.52 | 251.11 | 0.12 | 0.43 |
| Hex | 64 | 5F | 7A | 12 | 16 | 0 | 34 | FB | C | 2B |
| Octal | 144 | 137 | 172 | 22 | 26 | 0 | 64 | 373 | 14 | 53 |
| Binary | 1100100 | 1011111 | 1111010 | 10010 | 10110 | 0 | 110100 | 11111011 | 1100 | 101011 |
Color Harmonies of #645F7A
Complementary color
Monochromatic Colors of #645F7A
Black with #645F7A
Text Example
Text Example
White with #645F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F7A; }
p { color: rgb(100,95,122); }
H1.HeaderClassName
{
color: #645F7A;
}
.AnyTagClassName
{
color: #645F7A;
}
</style>
background-color css
<style>
a { background-color: #645F7A; }
a { background-color: rgb(100,95,122); }
div.DivClassName
{
background-color: #645F7A;
}
.BgClassName
{
background-color: #645F7A;
}
</style>
border-color css
<style>
span { border-color: #645F7A; }
span { border-color: rgb(100,95,122); }
td.TdClassName
{
border-color: #645F7A;
}
.TagClassName
{
border-color: #645F7A;
}
</style>