#6A6676

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

Shades of Dolphin #6A6676

Tints of Dolphin #6A6676

Color information

#6A6676 (or 0x6A6676) is unknown color: approx Dolphin. HEX triplet: 6A, 66 and 76. RGB value is (106,102,118). Sum of RGB (Red+Green+Blue) = 106+102+118=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6676 is #959989. Grayscale: #686868. Windows color (decimal): -9804170 or 7759466. OLE color: 7759466.

HSL color Cylindrical-coordinate representation of color #6A6676: hue angle of 255º degrees, saturation: 0.07, 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 #6A6676 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB106102118-
CMYK0.100.1400.54
HSL255º7.27%43.14%-
HSV(B)255º13.56%46.27%-
XYZ13.9713.8719.08-
YUV105.02135.33128.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=32.52%
G=31.29%
B=36.20%

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
Decimal1061021180.100.1400.542557.2743.14
Hex6A6676AE036ff72b
Octal1521461661216066377753
Binary11010101100110111011010101110011011011111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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