Shades of Dolphin #69657B
Tints of Dolphin #69657B
RGB
CMYK
RGB Variations
Color information
#69657B (or 0x69657B) is known color: Dolphin. HEX triplet: 69, 65 and 7B. RGB value is (105,101,123). Sum of RGB (Red+Green+Blue) = 105+101+123=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #69657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69657B is #969A84. Grayscale: #686868. Windows color (decimal): -9869957 or 8086889. OLE color: 8086889.
HSL color Cylindrical-coordinate representation of color #69657B: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #69657B is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 101 | 123 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.52 |
| HSL | 250.91º | 0.1% | 0.44% | - |
| HSV(B) | 250.91º | 0.18% | 0.48% | - |
| XYZ | 14.05 | 13.74 | 20.65 | - |
| YUV | 104.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 123 | 0.15 | 0.18 | 0 | 0.52 | 250.91 | 0.1 | 0.44 |
| Hex | 69 | 65 | 7B | F | 12 | 0 | 34 | FB | A | 2C |
| Octal | 151 | 145 | 173 | 17 | 22 | 0 | 64 | 373 | 12 | 54 |
| Binary | 1101001 | 1100101 | 1111011 | 1111 | 10010 | 0 | 110100 | 11111011 | 1010 | 101100 |
Color Harmonies of #69657B
Complementary color
Monochromatic Colors of #69657B
Black with #69657B
Text Example
Text Example
White with #69657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69657B; }
p { color: rgb(105,101,123); }
H1.HeaderClassName
{
color: #69657B;
}
.AnyTagClassName
{
color: #69657B;
}
</style>
background-color css
<style>
a { background-color: #69657B; }
a { background-color: rgb(105,101,123); }
div.DivClassName
{
background-color: #69657B;
}
.BgClassName
{
background-color: #69657B;
}
</style>
border-color css
<style>
span { border-color: #69657B; }
span { border-color: rgb(105,101,123); }
td.TdClassName
{
border-color: #69657B;
}
.TagClassName
{
border-color: #69657B;
}
</style>