Shades of Dolphin #6C677D
Tints of Dolphin #6C677D
RGB
CMYK
RGB Variations
Color information
#6C677D (or 0x6C677D) is known color: Dolphin. HEX triplet: 6C, 67 and 7D. RGB value is (108,103,125). Sum of RGB (Red+Green+Blue) = 108+103+125=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C677D is #939882. Grayscale: #6A6A6A. Windows color (decimal): -9672835 or 8218476. OLE color: 8218476.
HSL color Cylindrical-coordinate representation of color #6C677D: hue angle of 253.64º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C677D is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 103 | 125 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.51 |
| HSL | 253.64º | 0.1% | 0.45% | - |
| HSV(B) | 253.64º | 0.18% | 0.49% | - |
| XYZ | 14.74 | 14.37 | 21.4 | - |
| YUV | 107 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 125 | 0.14 | 0.18 | 0 | 0.51 | 253.64 | 0.1 | 0.45 |
| Hex | 6C | 67 | 7D | E | 12 | 0 | 33 | FE | A | 2D |
| Octal | 154 | 147 | 175 | 16 | 22 | 0 | 63 | 376 | 12 | 55 |
| Binary | 1101100 | 1100111 | 1111101 | 1110 | 10010 | 0 | 110011 | 11111110 | 1010 | 101101 |
Color Harmonies of #6C677D
Complementary color
Monochromatic Colors of #6C677D
Black with #6C677D
Text Example
Text Example
White with #6C677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C677D; }
p { color: rgb(108,103,125); }
H1.HeaderClassName
{
color: #6C677D;
}
.AnyTagClassName
{
color: #6C677D;
}
</style>
background-color css
<style>
a { background-color: #6C677D; }
a { background-color: rgb(108,103,125); }
div.DivClassName
{
background-color: #6C677D;
}
.BgClassName
{
background-color: #6C677D;
}
</style>
border-color css
<style>
span { border-color: #6C677D; }
span { border-color: rgb(108,103,125); }
td.TdClassName
{
border-color: #6C677D;
}
.TagClassName
{
border-color: #6C677D;
}
</style>