Shades of Dolphin #6A647B
Tints of Dolphin #6A647B
RGB
CMYK
RGB Variations
Color information
#6A647B (or 0x6A647B) is known color: Dolphin. HEX triplet: 6A, 64 and 7B. RGB value is (106,100,123). Sum of RGB (Red+Green+Blue) = 106+100+123=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A647B is #959B84. Grayscale: #686868. Windows color (decimal): -9804677 or 8086634. OLE color: 8086634.
HSL color Cylindrical-coordinate representation of color #6A647B: hue angle of 255.65º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A647B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 100 | 123 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.52 |
| HSL | 255.65º | 0.1% | 0.44% | - |
| HSV(B) | 255.65º | 0.19% | 0.48% | - |
| XYZ | 14.08 | 13.61 | 20.62 | - |
| YUV | 104.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 100 | 123 | 0.14 | 0.19 | 0 | 0.52 | 255.65 | 0.1 | 0.44 |
| Hex | 6A | 64 | 7B | E | 13 | 0 | 34 | 100 | A | 2C |
| Octal | 152 | 144 | 173 | 16 | 23 | 0 | 64 | 400 | 12 | 54 |
| Binary | 1101010 | 1100100 | 1111011 | 1110 | 10011 | 0 | 110100 | 100000000 | 1010 | 101100 |
Color Harmonies of #6A647B
Complementary color
Monochromatic Colors of #6A647B
Black with #6A647B
Text Example
Text Example
White with #6A647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A647B; }
p { color: rgb(106,100,123); }
H1.HeaderClassName
{
color: #6A647B;
}
.AnyTagClassName
{
color: #6A647B;
}
</style>
background-color css
<style>
a { background-color: #6A647B; }
a { background-color: rgb(106,100,123); }
div.DivClassName
{
background-color: #6A647B;
}
.BgClassName
{
background-color: #6A647B;
}
</style>
border-color css
<style>
span { border-color: #6A647B; }
span { border-color: rgb(106,100,123); }
td.TdClassName
{
border-color: #6A647B;
}
.TagClassName
{
border-color: #6A647B;
}
</style>