Shades of Dolphin #6C677F
Tints of Dolphin #6C677F
RGB
CMYK
RGB Variations
Color information
#6C677F (or 0x6C677F) is known color: Dolphin. HEX triplet: 6C, 67 and 7F. RGB value is (108,103,127). Sum of RGB (Red+Green+Blue) = 108+103+127=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C677F is #939880. Grayscale: #6B6B6B. Windows color (decimal): -9672833 or 8349548. OLE color: 8349548.
HSL color Cylindrical-coordinate representation of color #6C677F: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C677F is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 103 | 127 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.50 |
| HSL | 252.5º | 0.1% | 0.45% | - |
| HSV(B) | 252.5º | 0.19% | 0.5% | - |
| XYZ | 14.87 | 14.42 | 22.08 | - |
| YUV | 107.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 127 | 0.15 | 0.19 | 0 | 0.50 | 252.5 | 0.1 | 0.45 |
| Hex | 6C | 67 | 7F | F | 13 | 0 | 32 | FD | A | 2D |
| Octal | 154 | 147 | 177 | 17 | 23 | 0 | 62 | 375 | 12 | 55 |
| Binary | 1101100 | 1100111 | 1111111 | 1111 | 10011 | 0 | 110010 | 11111101 | 1010 | 101101 |
Color Harmonies of #6C677F
Complementary color
Monochromatic Colors of #6C677F
Black with #6C677F
Text Example
Text Example
White with #6C677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C677F; }
p { color: rgb(108,103,127); }
H1.HeaderClassName
{
color: #6C677F;
}
.AnyTagClassName
{
color: #6C677F;
}
</style>
background-color css
<style>
a { background-color: #6C677F; }
a { background-color: rgb(108,103,127); }
div.DivClassName
{
background-color: #6C677F;
}
.BgClassName
{
background-color: #6C677F;
}
</style>
border-color css
<style>
span { border-color: #6C677F; }
span { border-color: rgb(108,103,127); }
td.TdClassName
{
border-color: #6C677F;
}
.TagClassName
{
border-color: #6C677F;
}
</style>