#6D687A

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

Shades of Dolphin #6D687A

Tints of Dolphin #6D687A

Color information

#6D687A (or 0x6D687A) is unknown color: approx Dolphin. HEX triplet: 6D, 68 and 7A. RGB value is (109,104,122). Sum of RGB (Red+Green+Blue) = 109+104+122=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D687A is #929785. Grayscale: #6B6B6B. Windows color (decimal): -9607046 or 8022125. OLE color: 8022125.

HSL color Cylindrical-coordinate representation of color #6D687A: hue angle of 256.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D687A is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB109104122-
CMYK0.110.1500.52
HSL256.67º7.96%44.31%-
HSV(B)256.67º14.75%47.84%-
XYZ14.7714.5620.44-
YUV107.55136.16129.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=32.54%
G=31.04%
B=36.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091041220.110.1500.52256.677.9644.31
Hex6D687ABF03410182c
Octal15515017213170644011054
Binary1101101110100011110101011111101101001000000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,122); }

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

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

 a { background-color: rgb(109,104,122); }

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

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

 span { border-color: rgb(109,104,122); }

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