Shades of Dolphin #6B6875
Tints of Dolphin #6B6875
RGB
CMYK
RGB Variations
Color information
#6B6875 (or 0x6B6875) is known color: Dolphin. HEX triplet: 6B, 68 and 75. RGB value is (107,104,117). Sum of RGB (Red+Green+Blue) = 107+104+117=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B6875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6875 is #94978A. Grayscale: #6A6A6A. Windows color (decimal): -9738123 or 7694443. OLE color: 7694443.
HSL color Cylindrical-coordinate representation of color #6B6875: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B6875 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
RGB | 107 | 104 | 117 | - |
CMYK | 0.09 | 0.11 | 0 | 0.54 |
HSL | 253.85º | 0.06% | 0.43% | - |
HSV(B) | 253.85º | 0.11% | 0.46% | - |
XYZ | 14.22 | 14.31 | 18.84 | - |
YUV | 106.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 104 | 117 | 0.09 | 0.11 | 0 | 0.54 | 253.85 | 0.06 | 0.43 |
Hex | 6B | 68 | 75 | 9 | B | 0 | 36 | FE | 6 | 2B |
Octal | 153 | 150 | 165 | 11 | 13 | 0 | 66 | 376 | 6 | 53 |
Binary | 1101011 | 1101000 | 1110101 | 1001 | 1011 | 0 | 110110 | 11111110 | 110 | 101011 |
Color Harmonies of #6B6875
Complementary color
Monochromatic Colors of #6B6875
Black with #6B6875
Text Example
Text Example
White with #6B6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6875; }
p { color: rgb(107,104,117); }
H1.HeaderClassName
{
color: #6B6875;
}
.AnyTagClassName
{
color: #6B6875;
}
</style>
background-color css
<style>
a { background-color: #6B6875; }
a { background-color: rgb(107,104,117); }
div.DivClassName
{
background-color: #6B6875;
}
.BgClassName
{
background-color: #6B6875;
}
</style>
border-color css
<style>
span { border-color: #6B6875; }
span { border-color: rgb(107,104,117); }
td.TdClassName
{
border-color: #6B6875;
}
.TagClassName
{
border-color: #6B6875;
}
</style>