#6C6677

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

Shades of Dolphin #6C6677

Tints of Dolphin #6C6677

Color information

#6C6677 (or 0x6C6677) is unknown color: approx Dolphin. HEX triplet: 6C, 66 and 77. RGB value is (108,102,119). Sum of RGB (Red+Green+Blue) = 108+102+119=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C6677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6677 is #939988. Grayscale: #696969. Windows color (decimal): -9673097 or 7825004. OLE color: 7825004.

HSL color Cylindrical-coordinate representation of color #6C6677: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C6677 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB108102119-
CMYK0.090.1400.53
HSL261.18º7.69%43.33%-
HSV(B)261.18º14.29%46.67%-
XYZ14.2714.0219.41-
YUV105.73135.49129.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=32.83%
G=31.00%
B=36.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081021190.090.1400.53261.187.6943.33
Hex6C66779E03510582b
Octal15414616711160654051053
Binary1101100110011011101111001111001101011000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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