#6B6979

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

Shades of Dolphin #6B6979

Tints of Dolphin #6B6979

Color information

#6B6979 (or 0x6B6979) is unknown color: approx Dolphin. HEX triplet: 6B, 69 and 79. RGB value is (107,105,121). Sum of RGB (Red+Green+Blue) = 107+105+121=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B6979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6979 is #949686. Grayscale: #6B6B6B. Windows color (decimal): -9737863 or 7956843. OLE color: 7956843.

HSL color Cylindrical-coordinate representation of color #6B6979: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B6979 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB107105121-
CMYK0.120.1300.53
HSL247.5º7.08%44.31%-
HSV(B)247.5º13.22%47.45%-
XYZ14.5714.6120.14-
YUV107.42135.66127.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=32.13%
G=31.53%
B=36.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071051210.120.1300.53247.57.0844.31
Hex6B6979CD035f872c
Octal1531511711415065370754
Binary11010111101001111100111001101011010111111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,121); }

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

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

 a { background-color: rgb(107,105,121); }

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

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

 span { border-color: rgb(107,105,121); }

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