Shades of Dolphin #6B667B
Tints of Dolphin #6B667B
RGB
CMYK
RGB Variations
Color information
#6B667B (or 0x6B667B) is known color: Dolphin. HEX triplet: 6B, 66 and 7B. RGB value is (107,102,123). Sum of RGB (Red+Green+Blue) = 107+102+123=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B667B is #949984. Grayscale: #696969. Windows color (decimal): -9738629 or 8087147. OLE color: 8087147.
HSL color Cylindrical-coordinate representation of color #6B667B: hue angle of 254.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B667B is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 102 | 123 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.52 |
| HSL | 254.29º | 0.09% | 0.44% | - |
| HSV(B) | 254.29º | 0.17% | 0.48% | - |
| XYZ | 14.39 | 14.06 | 20.69 | - |
| YUV | 105.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 123 | 0.13 | 0.17 | 0 | 0.52 | 254.29 | 0.09 | 0.44 |
| Hex | 6B | 66 | 7B | D | 11 | 0 | 34 | FE | 9 | 2C |
| Octal | 153 | 146 | 173 | 15 | 21 | 0 | 64 | 376 | 11 | 54 |
| Binary | 1101011 | 1100110 | 1111011 | 1101 | 10001 | 0 | 110100 | 11111110 | 1001 | 101100 |
Color Harmonies of #6B667B
Complementary color
Monochromatic Colors of #6B667B
Black with #6B667B
Text Example
Text Example
White with #6B667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B667B; }
p { color: rgb(107,102,123); }
H1.HeaderClassName
{
color: #6B667B;
}
.AnyTagClassName
{
color: #6B667B;
}
</style>
background-color css
<style>
a { background-color: #6B667B; }
a { background-color: rgb(107,102,123); }
div.DivClassName
{
background-color: #6B667B;
}
.BgClassName
{
background-color: #6B667B;
}
</style>
border-color css
<style>
span { border-color: #6B667B; }
span { border-color: rgb(107,102,123); }
td.TdClassName
{
border-color: #6B667B;
}
.TagClassName
{
border-color: #6B667B;
}
</style>