Shades of Dolphin #6C6B73
Tints of Dolphin #6C6B73
RGB
CMYK
RGB Variations
Color information
#6C6B73 (or 0x6C6B73) is known color: Dolphin. HEX triplet: 6C, 6B and 73. RGB value is (108,107,115). Sum of RGB (Red+Green+Blue) = 108+107+115=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6B73 is #93948C. Grayscale: #6C6C6C. Windows color (decimal): -9671821 or 7564140. OLE color: 7564140.
HSL color Cylindrical-coordinate representation of color #6C6B73: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6C6B73 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 107 | 115 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.55 |
| HSL | 247.5º | 0.04% | 0.44% | - |
| HSV(B) | 247.5º | 0.07% | 0.45% | - |
| XYZ | 14.54 | 14.94 | 18.34 | - |
| YUV | 108.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 115 | 0.06 | 0.07 | 0 | 0.55 | 247.5 | 0.04 | 0.44 |
| Hex | 6C | 6B | 73 | 6 | 7 | 0 | 37 | F8 | 4 | 2C |
| Octal | 154 | 153 | 163 | 6 | 7 | 0 | 67 | 370 | 4 | 54 |
| Binary | 1101100 | 1101011 | 1110011 | 110 | 111 | 0 | 110111 | 11111000 | 100 | 101100 |
Color Harmonies of #6C6B73
Complementary color
Monochromatic Colors of #6C6B73
Black with #6C6B73
Text Example
Text Example
White with #6C6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6B73; }
p { color: rgb(108,107,115); }
H1.HeaderClassName
{
color: #6C6B73;
}
.AnyTagClassName
{
color: #6C6B73;
}
</style>
background-color css
<style>
a { background-color: #6C6B73; }
a { background-color: rgb(108,107,115); }
div.DivClassName
{
background-color: #6C6B73;
}
.BgClassName
{
background-color: #6C6B73;
}
</style>
border-color css
<style>
span { border-color: #6C6B73; }
span { border-color: rgb(108,107,115); }
td.TdClassName
{
border-color: #6C6B73;
}
.TagClassName
{
border-color: #6C6B73;
}
</style>