Shades of Dolphin #696378
Tints of Dolphin #696378
RGB
CMYK
RGB Variations
Color information
#696378 (or 0x696378) is known color: Dolphin. HEX triplet: 69, 63 and 78. RGB value is (105,99,120). Sum of RGB (Red+Green+Blue) = 105+99+120=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #696378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696378 is #969C87. Grayscale: #676767. Windows color (decimal): -9870472 or 7889769. OLE color: 7889769.
HSL color Cylindrical-coordinate representation of color #696378: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #696378 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 99 | 120 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.53 |
| HSL | 257.14º | 0.1% | 0.43% | - |
| HSV(B) | 257.14º | 0.18% | 0.47% | - |
| XYZ | 13.68 | 13.28 | 19.61 | - |
| YUV | 103.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 120 | 0.13 | 0.17 | 0 | 0.53 | 257.14 | 0.1 | 0.43 |
| Hex | 69 | 63 | 78 | D | 11 | 0 | 35 | 101 | A | 2B |
| Octal | 151 | 143 | 170 | 15 | 21 | 0 | 65 | 401 | 12 | 53 |
| Binary | 1101001 | 1100011 | 1111000 | 1101 | 10001 | 0 | 110101 | 100000001 | 1010 | 101011 |
Color Harmonies of #696378
Complementary color
Monochromatic Colors of #696378
Black with #696378
Text Example
Text Example
White with #696378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696378; }
p { color: rgb(105,99,120); }
H1.HeaderClassName
{
color: #696378;
}
.AnyTagClassName
{
color: #696378;
}
</style>
background-color css
<style>
a { background-color: #696378; }
a { background-color: rgb(105,99,120); }
div.DivClassName
{
background-color: #696378;
}
.BgClassName
{
background-color: #696378;
}
</style>
border-color css
<style>
span { border-color: #696378; }
span { border-color: rgb(105,99,120); }
td.TdClassName
{
border-color: #696378;
}
.TagClassName
{
border-color: #696378;
}
</style>