#6A6576

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

Shades of Dolphin #6A6576

Tints of Dolphin #6A6576

Color information

#6A6576 (or 0x6A6576) is unknown color: approx Dolphin. HEX triplet: 6A, 65 and 76. RGB value is (106,101,118). Sum of RGB (Red+Green+Blue) = 106+101+118=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A6576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6576 is #959A89. Grayscale: #686868. Windows color (decimal): -9804426 or 7759210. OLE color: 7759210.

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

Color convert

RGB106101118-
CMYK0.100.1400.54
HSL257.65º7.76%42.94%-
HSV(B)257.65º14.41%46.27%-
XYZ13.8713.6819.05-
YUV104.43135.66129.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=32.62%
G=31.08%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1061011180.100.1400.54257.657.7642.94
Hex6A6576AE03610282b
Octal15214516612160664021053
Binary1101010110010111101101010111001101101000000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,118); }

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

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

 a { background-color: rgb(106,101,118); }

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

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

 span { border-color: rgb(106,101,118); }

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