Shades of Dolphin #6C697A
Tints of Dolphin #6C697A
RGB
CMYK
RGB Variations
Color information
#6C697A (or 0x6C697A) is known color: Dolphin. HEX triplet: 6C, 69 and 7A. RGB value is (108,105,122). Sum of RGB (Red+Green+Blue) = 108+105+122=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C697A is #939685. Grayscale: #6B6B6B. Windows color (decimal): -9672326 or 8022380. OLE color: 8022380.
HSL color Cylindrical-coordinate representation of color #6C697A: hue angle of 250.59º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C697A is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 105 | 122 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.52 |
| HSL | 250.59º | 0.07% | 0.45% | - |
| HSV(B) | 250.59º | 0.14% | 0.48% | - |
| XYZ | 14.75 | 14.7 | 20.47 | - |
| YUV | 107.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 122 | 0.11 | 0.14 | 0 | 0.52 | 250.59 | 0.07 | 0.45 |
| Hex | 6C | 69 | 7A | B | E | 0 | 34 | FB | 7 | 2D |
| Octal | 154 | 151 | 172 | 13 | 16 | 0 | 64 | 373 | 7 | 55 |
| Binary | 1101100 | 1101001 | 1111010 | 1011 | 1110 | 0 | 110100 | 11111011 | 111 | 101101 |
Color Harmonies of #6C697A
Complementary color
Monochromatic Colors of #6C697A
Black with #6C697A
Text Example
Text Example
White with #6C697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C697A; }
p { color: rgb(108,105,122); }
H1.HeaderClassName
{
color: #6C697A;
}
.AnyTagClassName
{
color: #6C697A;
}
</style>
background-color css
<style>
a { background-color: #6C697A; }
a { background-color: rgb(108,105,122); }
div.DivClassName
{
background-color: #6C697A;
}
.BgClassName
{
background-color: #6C697A;
}
</style>
border-color css
<style>
span { border-color: #6C697A; }
span { border-color: rgb(108,105,122); }
td.TdClassName
{
border-color: #6C697A;
}
.TagClassName
{
border-color: #6C697A;
}
</style>