#6B6977

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

Shades of Dolphin #6B6977

Tints of Dolphin #6B6977

Color information

#6B6977 (or 0x6B6977) is unknown color: approx Dolphin. HEX triplet: 6B, 69 and 77. RGB value is (107,105,119). Sum of RGB (Red+Green+Blue) = 107+105+119=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6977 is #949688. Grayscale: #6B6B6B. Windows color (decimal): -9737865 or 7825771. OLE color: 7825771.

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

Color convert

RGB107105119-
CMYK0.100.1200.53
HSL248.57º6.25%43.92%-
HSV(B)248.57º11.76%46.67%-
XYZ14.4414.5619.5-
YUV107.19134.66127.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=32.33%
G=31.72%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071051190.100.1200.53248.576.2543.92
Hex6B6977AC035f962c
Octal1531511671214065371654
Binary11010111101001111011110101100011010111111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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