Shades of Dolphin #6C6B74
Tints of Dolphin #6C6B74
RGB
CMYK
RGB Variations
Color information
#6C6B74 (or 0x6C6B74) is known color: Dolphin. HEX triplet: 6C, 6B and 74. RGB value is (108,107,116). Sum of RGB (Red+Green+Blue) = 108+107+116=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C6B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6B74 is #93948B. Grayscale: #6C6C6C. Windows color (decimal): -9671820 or 7629676. OLE color: 7629676.
HSL color Cylindrical-coordinate representation of color #6C6B74: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C6B74 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 107 | 116 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.55 |
| HSL | 246.67º | 0.04% | 0.44% | - |
| HSV(B) | 246.67º | 0.08% | 0.45% | - |
| XYZ | 14.59 | 14.96 | 18.64 | - |
| YUV | 108.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 116 | 0.07 | 0.08 | 0 | 0.55 | 246.67 | 0.04 | 0.44 |
| Hex | 6C | 6B | 74 | 7 | 8 | 0 | 37 | F7 | 4 | 2C |
| Octal | 154 | 153 | 164 | 7 | 10 | 0 | 67 | 367 | 4 | 54 |
| Binary | 1101100 | 1101011 | 1110100 | 111 | 1000 | 0 | 110111 | 11110111 | 100 | 101100 |
Color Harmonies of #6C6B74
Complementary color
Monochromatic Colors of #6C6B74
Black with #6C6B74
Text Example
Text Example
White with #6C6B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6B74; }
p { color: rgb(108,107,116); }
H1.HeaderClassName
{
color: #6C6B74;
}
.AnyTagClassName
{
color: #6C6B74;
}
</style>
background-color css
<style>
a { background-color: #6C6B74; }
a { background-color: rgb(108,107,116); }
div.DivClassName
{
background-color: #6C6B74;
}
.BgClassName
{
background-color: #6C6B74;
}
</style>
border-color css
<style>
span { border-color: #6C6B74; }
span { border-color: rgb(108,107,116); }
td.TdClassName
{
border-color: #6C6B74;
}
.TagClassName
{
border-color: #6C6B74;
}
</style>