Shades of Dolphin #6B697E
Tints of Dolphin #6B697E
RGB
CMYK
RGB Variations
Color information
#6B697E (or 0x6B697E) is known color: Dolphin. HEX triplet: 6B, 69 and 7E. RGB value is (107,105,126). Sum of RGB (Red+Green+Blue) = 107+105+126=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B697E is #949681. Grayscale: #6B6B6B. Windows color (decimal): -9737858 or 8284523. OLE color: 8284523.
HSL color Cylindrical-coordinate representation of color #6B697E: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B697E is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 105 | 126 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.51 |
| HSL | 245.71º | 0.09% | 0.45% | - |
| HSV(B) | 245.71º | 0.17% | 0.49% | - |
| XYZ | 14.88 | 14.74 | 21.8 | - |
| YUV | 107.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 126 | 0.15 | 0.17 | 0 | 0.51 | 245.71 | 0.09 | 0.45 |
| Hex | 6B | 69 | 7E | F | 11 | 0 | 33 | F6 | 9 | 2D |
| Octal | 153 | 151 | 176 | 17 | 21 | 0 | 63 | 366 | 11 | 55 |
| Binary | 1101011 | 1101001 | 1111110 | 1111 | 10001 | 0 | 110011 | 11110110 | 1001 | 101101 |
Color Harmonies of #6B697E
Complementary color
Monochromatic Colors of #6B697E
Black with #6B697E
Text Example
Text Example
White with #6B697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B697E; }
p { color: rgb(107,105,126); }
H1.HeaderClassName
{
color: #6B697E;
}
.AnyTagClassName
{
color: #6B697E;
}
</style>
background-color css
<style>
a { background-color: #6B697E; }
a { background-color: rgb(107,105,126); }
div.DivClassName
{
background-color: #6B697E;
}
.BgClassName
{
background-color: #6B697E;
}
</style>
border-color css
<style>
span { border-color: #6B697E; }
span { border-color: rgb(107,105,126); }
td.TdClassName
{
border-color: #6B697E;
}
.TagClassName
{
border-color: #6B697E;
}
</style>