#6D697A

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

Shades of Dolphin #6D697A

Tints of Dolphin #6D697A

Color information

#6D697A (or 0x6D697A) is unknown color: approx Dolphin. HEX triplet: 6D, 69 and 7A. RGB value is (109,105,122). Sum of RGB (Red+Green+Blue) = 109+105+122=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D697A is #929685. Grayscale: #6C6C6C. Windows color (decimal): -9606790 or 8022381. OLE color: 8022381.

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

Color convert

RGB109105122-
CMYK0.110.1400.52
HSL254.12º7.49%44.51%-
HSV(B)254.12º13.93%47.84%-
XYZ14.8714.7620.48-
YUV108.13135.83128.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.44%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=32.44%
G=31.25%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091051220.110.1400.52254.127.4944.51
Hex6D697ABE034fe72d
Octal1551511721316064376755
Binary11011011101001111101010111110011010011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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