Shades of Dolphin #6B6773
Tints of Dolphin #6B6773
RGB
CMYK
RGB Variations
Color information
#6B6773 (or 0x6B6773) is known color: Dolphin. HEX triplet: 6B, 67 and 73. RGB value is (107,103,115). Sum of RGB (Red+Green+Blue) = 107+103+115=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6773 is #94988C. Grayscale: #696969. Windows color (decimal): -9738381 or 7563115. OLE color: 7563115.
HSL color Cylindrical-coordinate representation of color #6B6773: hue angle of 260º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6773 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 103 | 115 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.55 |
| HSL | 260º | 0.06% | 0.43% | - |
| HSV(B) | 260º | 0.1% | 0.45% | - |
| XYZ | 14.01 | 14.06 | 18.2 | - |
| YUV | 105.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 115 | 0.07 | 0.10 | 0 | 0.55 | 260 | 0.06 | 0.43 |
| Hex | 6B | 67 | 73 | 7 | A | 0 | 37 | 104 | 6 | 2B |
| Octal | 153 | 147 | 163 | 7 | 12 | 0 | 67 | 404 | 6 | 53 |
| Binary | 1101011 | 1100111 | 1110011 | 111 | 1010 | 0 | 110111 | 100000100 | 110 | 101011 |
Color Harmonies of #6B6773
Complementary color
Monochromatic Colors of #6B6773
Black with #6B6773
Text Example
Text Example
White with #6B6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6773; }
p { color: rgb(107,103,115); }
H1.HeaderClassName
{
color: #6B6773;
}
.AnyTagClassName
{
color: #6B6773;
}
</style>
background-color css
<style>
a { background-color: #6B6773; }
a { background-color: rgb(107,103,115); }
div.DivClassName
{
background-color: #6B6773;
}
.BgClassName
{
background-color: #6B6773;
}
</style>
border-color css
<style>
span { border-color: #6B6773; }
span { border-color: rgb(107,103,115); }
td.TdClassName
{
border-color: #6B6773;
}
.TagClassName
{
border-color: #6B6773;
}
</style>