Shades of Dolphin #6F6B83
Tints of Dolphin #6F6B83
RGB
CMYK
RGB Variations
Color information
#6F6B83 (or 0x6F6B83) is known color: Dolphin. HEX triplet: 6F, 6B and 83. RGB value is (111,107,131). Sum of RGB (Red+Green+Blue) = 111+107+131=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F6B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6B83 is #90947C. Grayscale: #6E6E6E. Windows color (decimal): -9475197 or 8612719. OLE color: 8612719.
HSL color Cylindrical-coordinate representation of color #6F6B83: hue angle of 250º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F6B83 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 107 | 131 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.49 |
| HSL | 250º | 0.1% | 0.47% | - |
| HSV(B) | 250º | 0.18% | 0.51% | - |
| XYZ | 15.91 | 15.53 | 23.63 | - |
| YUV | 110.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 131 | 0.15 | 0.18 | 0 | 0.49 | 250 | 0.1 | 0.47 |
| Hex | 6F | 6B | 83 | F | 12 | 0 | 31 | FA | A | 2F |
| Octal | 157 | 153 | 203 | 17 | 22 | 0 | 61 | 372 | 12 | 57 |
| Binary | 1101111 | 1101011 | 10000011 | 1111 | 10010 | 0 | 110001 | 11111010 | 1010 | 101111 |
Color Harmonies of #6F6B83
Complementary color
Monochromatic Colors of #6F6B83
Black with #6F6B83
Text Example
Text Example
White with #6F6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6B83; }
p { color: rgb(111,107,131); }
H1.HeaderClassName
{
color: #6F6B83;
}
.AnyTagClassName
{
color: #6F6B83;
}
</style>
background-color css
<style>
a { background-color: #6F6B83; }
a { background-color: rgb(111,107,131); }
div.DivClassName
{
background-color: #6F6B83;
}
.BgClassName
{
background-color: #6F6B83;
}
</style>
border-color css
<style>
span { border-color: #6F6B83; }
span { border-color: rgb(111,107,131); }
td.TdClassName
{
border-color: #6F6B83;
}
.TagClassName
{
border-color: #6F6B83;
}
</style>