Shades of Dolphin #6B677E
Tints of Dolphin #6B677E
RGB
CMYK
RGB Variations
Color information
#6B677E (or 0x6B677E) is known color: Dolphin. HEX triplet: 6B, 67 and 7E. RGB value is (107,103,126). Sum of RGB (Red+Green+Blue) = 107+103+126=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B677E is #949881. Grayscale: #6A6A6A. Windows color (decimal): -9738370 or 8284011. OLE color: 8284011.
HSL color Cylindrical-coordinate representation of color #6B677E: hue angle of 250.43º 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 #6B677E is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 103 | 126 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.51 |
| HSL | 250.43º | 0.1% | 0.45% | - |
| HSV(B) | 250.43º | 0.18% | 0.49% | - |
| XYZ | 14.68 | 14.33 | 21.73 | - |
| YUV | 106.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 126 | 0.15 | 0.18 | 0 | 0.51 | 250.43 | 0.1 | 0.45 |
| Hex | 6B | 67 | 7E | F | 12 | 0 | 33 | FA | A | 2D |
| Octal | 153 | 147 | 176 | 17 | 22 | 0 | 63 | 372 | 12 | 55 |
| Binary | 1101011 | 1100111 | 1111110 | 1111 | 10010 | 0 | 110011 | 11111010 | 1010 | 101101 |
Color Harmonies of #6B677E
Complementary color
Monochromatic Colors of #6B677E
Black with #6B677E
Text Example
Text Example
White with #6B677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B677E; }
p { color: rgb(107,103,126); }
H1.HeaderClassName
{
color: #6B677E;
}
.AnyTagClassName
{
color: #6B677E;
}
</style>
background-color css
<style>
a { background-color: #6B677E; }
a { background-color: rgb(107,103,126); }
div.DivClassName
{
background-color: #6B677E;
}
.BgClassName
{
background-color: #6B677E;
}
</style>
border-color css
<style>
span { border-color: #6B677E; }
span { border-color: rgb(107,103,126); }
td.TdClassName
{
border-color: #6B677E;
}
.TagClassName
{
border-color: #6B677E;
}
</style>