Shades of Dolphin #69627A
Tints of Dolphin #69627A
RGB
CMYK
RGB Variations
Color information
#69627A (or 0x69627A) is known color: Dolphin. HEX triplet: 69, 62 and 7A. RGB value is (105,98,122). Sum of RGB (Red+Green+Blue) = 105+98+122=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #69627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69627A is #969D85. Grayscale: #666666. Windows color (decimal): -9870726 or 8020585. OLE color: 8020585.
HSL color Cylindrical-coordinate representation of color #69627A: hue angle of 257.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69627A is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 98 | 122 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.52 |
| HSL | 257.5º | 0.11% | 0.43% | - |
| HSV(B) | 257.5º | 0.2% | 0.48% | - |
| XYZ | 13.71 | 13.14 | 20.23 | - |
| YUV | 102.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 122 | 0.14 | 0.20 | 0 | 0.52 | 257.5 | 0.11 | 0.43 |
| Hex | 69 | 62 | 7A | E | 14 | 0 | 34 | 102 | B | 2B |
| Octal | 151 | 142 | 172 | 16 | 24 | 0 | 64 | 402 | 13 | 53 |
| Binary | 1101001 | 1100010 | 1111010 | 1110 | 10100 | 0 | 110100 | 100000010 | 1011 | 101011 |
Color Harmonies of #69627A
Complementary color
Monochromatic Colors of #69627A
Black with #69627A
Text Example
Text Example
White with #69627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69627A; }
p { color: rgb(105,98,122); }
H1.HeaderClassName
{
color: #69627A;
}
.AnyTagClassName
{
color: #69627A;
}
</style>
background-color css
<style>
a { background-color: #69627A; }
a { background-color: rgb(105,98,122); }
div.DivClassName
{
background-color: #69627A;
}
.BgClassName
{
background-color: #69627A;
}
</style>
border-color css
<style>
span { border-color: #69627A; }
span { border-color: rgb(105,98,122); }
td.TdClassName
{
border-color: #69627A;
}
.TagClassName
{
border-color: #69627A;
}
</style>