#6D6A73

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

Shades of Dolphin #6D6A73

Tints of Dolphin #6D6A73

Color information

#6D6A73 (or 0x6D6A73) is unknown color: approx Dolphin. HEX triplet: 6D, 6A and 73. RGB value is (109,106,115). Sum of RGB (Red+Green+Blue) = 109+106+115=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D6A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A73 is #92958C. Grayscale: #6B6B6B. Windows color (decimal): -9606541 or 7563885. OLE color: 7563885.

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

Color convert

RGB109106115-
CMYK0.050.0800.55
HSL260º4.07%43.33%-
HSV(B)260º7.83%45.1%-
XYZ14.5614.818.31-
YUV107.92131.99128.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.03%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=33.03%
G=32.12%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1091061150.050.0800.552604.0743.33
Hex6D6A735803710442b
Octal155152163510067404453
Binary11011011101010111001110110000110111100000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,106,115); }

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

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

 a { background-color: rgb(109,106,115); }

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

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

 span { border-color: rgb(109,106,115); }

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