#6B6676

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

Shades of Dolphin #6B6676

Tints of Dolphin #6B6676

Color information

#6B6676 (or 0x6B6676) is unknown color: approx Dolphin. HEX triplet: 6B, 66 and 76. RGB value is (107,102,118). Sum of RGB (Red+Green+Blue) = 107+102+118=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6676 is #949989. Grayscale: #696969. Windows color (decimal): -9738634 or 7759467. OLE color: 7759467.

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

Color convert

RGB107102118-
CMYK0.090.1400.54
HSL258.75º7.27%43.14%-
HSV(B)258.75º13.56%46.27%-
XYZ14.0813.9419.09-
YUV105.32135.16129.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=32.72%
G=31.19%
B=36.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071021180.090.1400.54258.757.2743.14
Hex6B66769E03610372b
Octal1531461661116066403753
Binary110101111001101110110100111100110110100000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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