Shades of Dolphin #6C677E
Tints of Dolphin #6C677E
RGB
CMYK
RGB Variations
Color information
#6C677E (or 0x6C677E) is known color: Dolphin. HEX triplet: 6C, 67 and 7E. RGB value is (108,103,126). Sum of RGB (Red+Green+Blue) = 108+103+126=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C677E is #939881. Grayscale: #6B6B6B. Windows color (decimal): -9672834 or 8284012. OLE color: 8284012.
HSL color Cylindrical-coordinate representation of color #6C677E: hue angle of 253.04º 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 #6C677E is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 103 | 126 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.51 |
| HSL | 253.04º | 0.1% | 0.45% | - |
| HSV(B) | 253.04º | 0.18% | 0.49% | - |
| XYZ | 14.8 | 14.4 | 21.74 | - |
| YUV | 107.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 126 | 0.14 | 0.18 | 0 | 0.51 | 253.04 | 0.1 | 0.45 |
| Hex | 6C | 67 | 7E | E | 12 | 0 | 33 | FD | A | 2D |
| Octal | 154 | 147 | 176 | 16 | 22 | 0 | 63 | 375 | 12 | 55 |
| Binary | 1101100 | 1100111 | 1111110 | 1110 | 10010 | 0 | 110011 | 11111101 | 1010 | 101101 |
Color Harmonies of #6C677E
Complementary color
Monochromatic Colors of #6C677E
Black with #6C677E
Text Example
Text Example
White with #6C677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C677E; }
p { color: rgb(108,103,126); }
H1.HeaderClassName
{
color: #6C677E;
}
.AnyTagClassName
{
color: #6C677E;
}
</style>
background-color css
<style>
a { background-color: #6C677E; }
a { background-color: rgb(108,103,126); }
div.DivClassName
{
background-color: #6C677E;
}
.BgClassName
{
background-color: #6C677E;
}
</style>
border-color css
<style>
span { border-color: #6C677E; }
span { border-color: rgb(108,103,126); }
td.TdClassName
{
border-color: #6C677E;
}
.TagClassName
{
border-color: #6C677E;
}
</style>