Shades of Dolphin #6B667A
Tints of Dolphin #6B667A
RGB
CMYK
RGB Variations
Color information
#6B667A (or 0x6B667A) is known color: Dolphin. HEX triplet: 6B, 66 and 7A. RGB value is (107,102,122). Sum of RGB (Red+Green+Blue) = 107+102+122=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B667A is #949985. Grayscale: #696969. Windows color (decimal): -9738630 or 8021611. OLE color: 8021611.
HSL color Cylindrical-coordinate representation of color #6B667A: hue angle of 255º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B667A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 102 | 122 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.52 |
| HSL | 255º | 0.09% | 0.44% | - |
| HSV(B) | 255º | 0.16% | 0.48% | - |
| XYZ | 14.33 | 14.03 | 20.37 | - |
| YUV | 105.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 122 | 0.12 | 0.16 | 0 | 0.52 | 255 | 0.09 | 0.44 |
| Hex | 6B | 66 | 7A | C | 10 | 0 | 34 | FF | 9 | 2C |
| Octal | 153 | 146 | 172 | 14 | 20 | 0 | 64 | 377 | 11 | 54 |
| Binary | 1101011 | 1100110 | 1111010 | 1100 | 10000 | 0 | 110100 | 11111111 | 1001 | 101100 |
Color Harmonies of #6B667A
Complementary color
Monochromatic Colors of #6B667A
Black with #6B667A
Text Example
Text Example
White with #6B667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B667A; }
p { color: rgb(107,102,122); }
H1.HeaderClassName
{
color: #6B667A;
}
.AnyTagClassName
{
color: #6B667A;
}
</style>
background-color css
<style>
a { background-color: #6B667A; }
a { background-color: rgb(107,102,122); }
div.DivClassName
{
background-color: #6B667A;
}
.BgClassName
{
background-color: #6B667A;
}
</style>
border-color css
<style>
span { border-color: #6B667A; }
span { border-color: rgb(107,102,122); }
td.TdClassName
{
border-color: #6B667A;
}
.TagClassName
{
border-color: #6B667A;
}
</style>