#6C6977

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

Shades of Dolphin #6C6977

Tints of Dolphin #6C6977

Color information

#6C6977 (or 0x6C6977) is unknown color: approx Dolphin. HEX triplet: 6C, 69 and 77. RGB value is (108,105,119). Sum of RGB (Red+Green+Blue) = 108+105+119=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6977 is #939688. Grayscale: #6B6B6B. Windows color (decimal): -9672329 or 7825772. OLE color: 7825772.

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

Color convert

RGB108105119-
CMYK0.090.1200.53
HSL252.86º6.25%43.92%-
HSV(B)252.86º11.76%46.67%-
XYZ14.5714.6219.51-
YUV107.49134.49128.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.53%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=32.53%
G=31.63%
B=35.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081051190.090.1200.53252.866.2543.92
Hex6C69779C035fd62c
Octal1541511671114065375654
Binary11011001101001111011110011100011010111111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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