Shades of Dolphin #6A657B
Tints of Dolphin #6A657B
RGB
CMYK
RGB Variations
Color information
#6A657B (or 0x6A657B) is known color: Dolphin. HEX triplet: 6A, 65 and 7B. RGB value is (106,101,123). Sum of RGB (Red+Green+Blue) = 106+101+123=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A657B is #959A84. Grayscale: #686868. Windows color (decimal): -9804421 or 8086890. OLE color: 8086890.
HSL color Cylindrical-coordinate representation of color #6A657B: hue angle of 253.64º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A657B is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 101 | 123 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.52 |
| HSL | 253.64º | 0.1% | 0.44% | - |
| HSV(B) | 253.64º | 0.18% | 0.48% | - |
| XYZ | 14.17 | 13.8 | 20.66 | - |
| YUV | 105 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 123 | 0.14 | 0.18 | 0 | 0.52 | 253.64 | 0.1 | 0.44 |
| Hex | 6A | 65 | 7B | E | 12 | 0 | 34 | FE | A | 2C |
| Octal | 152 | 145 | 173 | 16 | 22 | 0 | 64 | 376 | 12 | 54 |
| Binary | 1101010 | 1100101 | 1111011 | 1110 | 10010 | 0 | 110100 | 11111110 | 1010 | 101100 |
Color Harmonies of #6A657B
Complementary color
Monochromatic Colors of #6A657B
Black with #6A657B
Text Example
Text Example
White with #6A657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A657B; }
p { color: rgb(106,101,123); }
H1.HeaderClassName
{
color: #6A657B;
}
.AnyTagClassName
{
color: #6A657B;
}
</style>
background-color css
<style>
a { background-color: #6A657B; }
a { background-color: rgb(106,101,123); }
div.DivClassName
{
background-color: #6A657B;
}
.BgClassName
{
background-color: #6A657B;
}
</style>
border-color css
<style>
span { border-color: #6A657B; }
span { border-color: rgb(106,101,123); }
td.TdClassName
{
border-color: #6A657B;
}
.TagClassName
{
border-color: #6A657B;
}
</style>