#6A696D

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

Shades of Dolphin #6A696D

Tints of Dolphin #6A696D

Color information

#6A696D (or 0x6A696D) is unknown color: approx Dolphin. HEX triplet: 6A, 69 and 6D. RGB value is (106,105,109). Sum of RGB (Red+Green+Blue) = 106+105+109=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A696D is #959692. Grayscale: #696969. Windows color (decimal): -9803411 or 7170410. OLE color: 7170410.

HSL color Cylindrical-coordinate representation of color #6A696D: hue angle of 255º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6A696D is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB106105109-
CMYK0.030.0400.57
HSL255º1.87%41.96%-
HSV(B)255º3.67%42.75%-
XYZ13.7614.2716.5-
YUV105.76129.83128.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=33.12%
G=32.81%
B=34.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1061051090.030.0400.572551.8741.96
Hex6A696D34039ff22a
Octal15215115534071377252
Binary1101010110100111011011110001110011111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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