Shades of Dolphin #635F7C
Tints of Dolphin #635F7C
RGB
CMYK
RGB Variations
Color information
#635F7C (or 0x635F7C) is known color: Dolphin. HEX triplet: 63, 5F and 7C. RGB value is (99,95,124). Sum of RGB (Red+Green+Blue) = 99+95+124=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #635F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F7C is #9CA083. Grayscale: #636363. Windows color (decimal): -10264708 or 8150883. OLE color: 8150883.
HSL color Cylindrical-coordinate representation of color #635F7C: hue angle of 248.28º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #635F7C is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 95 | 124 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.51 |
| HSL | 248.28º | 0.13% | 0.43% | - |
| HSV(B) | 248.28º | 0.23% | 0.49% | - |
| XYZ | 12.88 | 12.29 | 20.76 | - |
| YUV | 99.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 124 | 0.20 | 0.23 | 0 | 0.51 | 248.28 | 0.13 | 0.43 |
| Hex | 63 | 5F | 7C | 14 | 17 | 0 | 33 | F8 | D | 2B |
| Octal | 143 | 137 | 174 | 24 | 27 | 0 | 63 | 370 | 15 | 53 |
| Binary | 1100011 | 1011111 | 1111100 | 10100 | 10111 | 0 | 110011 | 11111000 | 1101 | 101011 |
Color Harmonies of #635F7C
Complementary color
Monochromatic Colors of #635F7C
Black with #635F7C
Text Example
Text Example
White with #635F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F7C; }
p { color: rgb(99,95,124); }
H1.HeaderClassName
{
color: #635F7C;
}
.AnyTagClassName
{
color: #635F7C;
}
</style>
background-color css
<style>
a { background-color: #635F7C; }
a { background-color: rgb(99,95,124); }
div.DivClassName
{
background-color: #635F7C;
}
.BgClassName
{
background-color: #635F7C;
}
</style>
border-color css
<style>
span { border-color: #635F7C; }
span { border-color: rgb(99,95,124); }
td.TdClassName
{
border-color: #635F7C;
}
.TagClassName
{
border-color: #635F7C;
}
</style>