#6D6B76

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

Shades of Dolphin #6D6B76

Tints of Dolphin #6D6B76

Color information

#6D6B76 (or 0x6D6B76) is unknown color: approx Dolphin. HEX triplet: 6D, 6B and 76. RGB value is (109,107,118). Sum of RGB (Red+Green+Blue) = 109+107+118=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D6B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B76 is #929489. Grayscale: #6C6C6C. Windows color (decimal): -9606282 or 7760749. OLE color: 7760749.

HSL color Cylindrical-coordinate representation of color #6D6B76: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6B76 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB109107118-
CMYK0.080.0900.54
HSL250.91º4.89%44.12%-
HSV(B)250.91º9.32%46.27%-
XYZ14.8315.0719.27-
YUV108.85133.16128.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=32.63%
G=32.04%
B=35.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1091071180.080.0900.54250.914.8944.12
Hex6D6B7689036fb52c
Octal1551531661011066373554
Binary11011011101011111011010001001011011011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,107,118); }

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

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

 a { background-color: rgb(109,107,118); }

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

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

 span { border-color: rgb(109,107,118); }

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