#6F6D76

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

Shades of Dolphin #6F6D76

Tints of Dolphin #6F6D76

Color information

#6F6D76 (or 0x6F6D76) is unknown color: approx Dolphin. HEX triplet: 6F, 6D and 76. RGB value is (111,109,118). Sum of RGB (Red+Green+Blue) = 111+109+118=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F6D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D76 is #909289. Grayscale: #6E6E6E. Windows color (decimal): -9474698 or 7761263. OLE color: 7761263.

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

Color convert

RGB111109118-
CMYK0.060.0800.54
HSL253.33º3.96%44.51%-
HSV(B)253.33º7.63%46.27%-
XYZ15.2915.6219.35-
YUV110.62132.16128.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=32.84%
G=32.25%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1111091180.060.0800.54253.333.9644.51
Hex6F6D7668036fd42d
Octal157155166610066375455
Binary1101111110110111101101101000011011011111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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