Shades of Dolphin #696278
Tints of Dolphin #696278
RGB
CMYK
RGB Variations
Color information
#696278 (or 0x696278) is known color: Dolphin. HEX triplet: 69, 62 and 78. RGB value is (105,98,120). Sum of RGB (Red+Green+Blue) = 105+98+120=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #696278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696278 is #969D87. Grayscale: #666666. Windows color (decimal): -9870728 or 7889513. OLE color: 7889513.
HSL color Cylindrical-coordinate representation of color #696278: hue angle of 259.09º 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 #696278 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 98 | 120 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.53 |
| HSL | 259.09º | 0.1% | 0.43% | - |
| HSV(B) | 259.09º | 0.18% | 0.47% | - |
| XYZ | 13.58 | 13.09 | 19.58 | - |
| YUV | 102.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 120 | 0.13 | 0.18 | 0 | 0.53 | 259.09 | 0.1 | 0.43 |
| Hex | 69 | 62 | 78 | D | 12 | 0 | 35 | 103 | A | 2B |
| Octal | 151 | 142 | 170 | 15 | 22 | 0 | 65 | 403 | 12 | 53 |
| Binary | 1101001 | 1100010 | 1111000 | 1101 | 10010 | 0 | 110101 | 100000011 | 1010 | 101011 |
Color Harmonies of #696278
Complementary color
Monochromatic Colors of #696278
Black with #696278
Text Example
Text Example
White with #696278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696278; }
p { color: rgb(105,98,120); }
H1.HeaderClassName
{
color: #696278;
}
.AnyTagClassName
{
color: #696278;
}
</style>
background-color css
<style>
a { background-color: #696278; }
a { background-color: rgb(105,98,120); }
div.DivClassName
{
background-color: #696278;
}
.BgClassName
{
background-color: #696278;
}
</style>
border-color css
<style>
span { border-color: #696278; }
span { border-color: rgb(105,98,120); }
td.TdClassName
{
border-color: #696278;
}
.TagClassName
{
border-color: #696278;
}
</style>