Shades of Dolphin #6B6973
Tints of Dolphin #6B6973
RGB
CMYK
RGB Variations
Color information
#6B6973 (or 0x6B6973) is known color: Dolphin. HEX triplet: 6B, 69 and 73. RGB value is (107,105,115). Sum of RGB (Red+Green+Blue) = 107+105+115=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6973 is #94968C. Grayscale: #6A6A6A. Windows color (decimal): -9737869 or 7563627. OLE color: 7563627.
HSL color Cylindrical-coordinate representation of color #6B6973: hue angle of 252º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6973 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 105 | 115 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.55 |
| HSL | 252º | 0.05% | 0.43% | - |
| HSV(B) | 252º | 0.09% | 0.45% | - |
| XYZ | 14.21 | 14.47 | 18.26 | - |
| YUV | 106.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 115 | 0.07 | 0.09 | 0 | 0.55 | 252 | 0.05 | 0.43 |
| Hex | 6B | 69 | 73 | 7 | 9 | 0 | 37 | FC | 5 | 2B |
| Octal | 153 | 151 | 163 | 7 | 11 | 0 | 67 | 374 | 5 | 53 |
| Binary | 1101011 | 1101001 | 1110011 | 111 | 1001 | 0 | 110111 | 11111100 | 101 | 101011 |
Color Harmonies of #6B6973
Complementary color
Monochromatic Colors of #6B6973
Black with #6B6973
Text Example
Text Example
White with #6B6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6973; }
p { color: rgb(107,105,115); }
H1.HeaderClassName
{
color: #6B6973;
}
.AnyTagClassName
{
color: #6B6973;
}
</style>
background-color css
<style>
a { background-color: #6B6973; }
a { background-color: rgb(107,105,115); }
div.DivClassName
{
background-color: #6B6973;
}
.BgClassName
{
background-color: #6B6973;
}
</style>
border-color css
<style>
span { border-color: #6B6973; }
span { border-color: rgb(107,105,115); }
td.TdClassName
{
border-color: #6B6973;
}
.TagClassName
{
border-color: #6B6973;
}
</style>