Shades of Dolphin #6B6874
Tints of Dolphin #6B6874
RGB
CMYK
RGB Variations
Color information
#6B6874 (or 0x6B6874) is known color: Dolphin. HEX triplet: 6B, 68 and 74. RGB value is (107,104,116). Sum of RGB (Red+Green+Blue) = 107+104+116=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B6874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6874 is #94978B. Grayscale: #6A6A6A. Windows color (decimal): -9738124 or 7628907. OLE color: 7628907.
HSL color Cylindrical-coordinate representation of color #6B6874: hue angle of 255º degrees, saturation: 0.05, 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 #6B6874 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 104 | 116 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.55 |
| HSL | 255º | 0.05% | 0.43% | - |
| HSV(B) | 255º | 0.1% | 0.45% | - |
| XYZ | 14.17 | 14.29 | 18.53 | - |
| YUV | 106.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 116 | 0.08 | 0.10 | 0 | 0.55 | 255 | 0.05 | 0.43 |
| Hex | 6B | 68 | 74 | 8 | A | 0 | 37 | FF | 5 | 2B |
| Octal | 153 | 150 | 164 | 10 | 12 | 0 | 67 | 377 | 5 | 53 |
| Binary | 1101011 | 1101000 | 1110100 | 1000 | 1010 | 0 | 110111 | 11111111 | 101 | 101011 |
Color Harmonies of #6B6874
Complementary color
Monochromatic Colors of #6B6874
Black with #6B6874
Text Example
Text Example
White with #6B6874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6874; }
p { color: rgb(107,104,116); }
H1.HeaderClassName
{
color: #6B6874;
}
.AnyTagClassName
{
color: #6B6874;
}
</style>
background-color css
<style>
a { background-color: #6B6874; }
a { background-color: rgb(107,104,116); }
div.DivClassName
{
background-color: #6B6874;
}
.BgClassName
{
background-color: #6B6874;
}
</style>
border-color css
<style>
span { border-color: #6B6874; }
span { border-color: rgb(107,104,116); }
td.TdClassName
{
border-color: #6B6874;
}
.TagClassName
{
border-color: #6B6874;
}
</style>