Shades of Dolphin #6A637B
Tints of Dolphin #6A637B
RGB
CMYK
RGB Variations
Color information
#6A637B (or 0x6A637B) is known color: Dolphin. HEX triplet: 6A, 63 and 7B. RGB value is (106,99,123). Sum of RGB (Red+Green+Blue) = 106+99+123=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A637B is #959C84. Grayscale: #676767. Windows color (decimal): -9804933 or 8086378. OLE color: 8086378.
HSL color Cylindrical-coordinate representation of color #6A637B: hue angle of 257.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A637B is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 99 | 123 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.52 |
| HSL | 257.5º | 0.11% | 0.44% | - |
| HSV(B) | 257.5º | 0.2% | 0.48% | - |
| XYZ | 13.98 | 13.42 | 20.59 | - |
| YUV | 103.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 123 | 0.14 | 0.20 | 0 | 0.52 | 257.5 | 0.11 | 0.44 |
| Hex | 6A | 63 | 7B | E | 14 | 0 | 34 | 102 | B | 2C |
| Octal | 152 | 143 | 173 | 16 | 24 | 0 | 64 | 402 | 13 | 54 |
| Binary | 1101010 | 1100011 | 1111011 | 1110 | 10100 | 0 | 110100 | 100000010 | 1011 | 101100 |
Color Harmonies of #6A637B
Complementary color
Monochromatic Colors of #6A637B
Black with #6A637B
Text Example
Text Example
White with #6A637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A637B; }
p { color: rgb(106,99,123); }
H1.HeaderClassName
{
color: #6A637B;
}
.AnyTagClassName
{
color: #6A637B;
}
</style>
background-color css
<style>
a { background-color: #6A637B; }
a { background-color: rgb(106,99,123); }
div.DivClassName
{
background-color: #6A637B;
}
.BgClassName
{
background-color: #6A637B;
}
</style>
border-color css
<style>
span { border-color: #6A637B; }
span { border-color: rgb(106,99,123); }
td.TdClassName
{
border-color: #6A637B;
}
.TagClassName
{
border-color: #6A637B;
}
</style>