Shades of Dolphin #69677C
Tints of Dolphin #69677C
RGB
CMYK
RGB Variations
Color information
#69677C (or 0x69677C) is known color: Dolphin. HEX triplet: 69, 67 and 7C. RGB value is (105,103,124). Sum of RGB (Red+Green+Blue) = 105+103+124=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #69677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69677C is #969883. Grayscale: #696969. Windows color (decimal): -9869444 or 8152937. OLE color: 8152937.
HSL color Cylindrical-coordinate representation of color #69677C: 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 #69677C is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 103 | 124 | - |
| 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.31 | 14.16 | 21.05 | - |
| YUV | 105.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 124 | 0.15 | 0.17 | 0 | 0.51 | 245.71 | 0.09 | 0.45 |
| Hex | 69 | 67 | 7C | F | 11 | 0 | 33 | F6 | 9 | 2D |
| Octal | 151 | 147 | 174 | 17 | 21 | 0 | 63 | 366 | 11 | 55 |
| Binary | 1101001 | 1100111 | 1111100 | 1111 | 10001 | 0 | 110011 | 11110110 | 1001 | 101101 |
Color Harmonies of #69677C
Complementary color
Monochromatic Colors of #69677C
Black with #69677C
Text Example
Text Example
White with #69677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69677C; }
p { color: rgb(105,103,124); }
H1.HeaderClassName
{
color: #69677C;
}
.AnyTagClassName
{
color: #69677C;
}
</style>
background-color css
<style>
a { background-color: #69677C; }
a { background-color: rgb(105,103,124); }
div.DivClassName
{
background-color: #69677C;
}
.BgClassName
{
background-color: #69677C;
}
</style>
border-color css
<style>
span { border-color: #69677C; }
span { border-color: rgb(105,103,124); }
td.TdClassName
{
border-color: #69677C;
}
.TagClassName
{
border-color: #69677C;
}
</style>