#6D697F

Color #6D697F Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #6D697F

Tints of Dolphin #6D697F

Color information

#6D697F (or 0x6D697F) is unknown color: approx Dolphin. HEX triplet: 6D, 69 and 7F. RGB value is (109,105,127). Sum of RGB (Red+Green+Blue) = 109+105+127=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D697F is #929680. Grayscale: #6C6C6C. Windows color (decimal): -9606785 or 8350061. OLE color: 8350061.

HSL color Cylindrical-coordinate representation of color #6D697F: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D697F is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB109105127-
CMYK0.140.1700.50
HSL250.91º9.48%45.49%-
HSV(B)250.91º17.32%49.8%-
XYZ15.1914.8922.15-
YUV108.7138.33128.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 127 (50% from 255) = 37.24%
R=31.96%
G=30.79%
B=37.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1091051270.140.1700.50250.919.4845.49
Hex6D697FE11032fb92d
Octal15515117716210623731155
Binary1101101110100111111111110100010110010111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D697F; }

 p { color: rgb(109,105,127); }

 H1.HeaderClassName
 {
   color: #6D697F;
 }
 .AnyTagClassName
 {
   color: #6D697F;
 }
</style>
background-color css

<style>
 a { background-color: #6D697F; }

 a { background-color: rgb(109,105,127); }

 div.DivClassName
 {
   background-color: #6D697F;
 }
 .BgClassName
 {
   background-color: #6D697F;
 }
</style>
border-color css

<style>
 span { border-color: #6D697F; }

 span { border-color: rgb(109,105,127); }

 td.TdClassName
 {
   border-color: #6D697F;
 }
 .TagClassName
 {
   border-color: #6D697F;
 }
</style>