#6C6776

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

Shades of Dolphin #6C6776

Tints of Dolphin #6C6776

Color information

#6C6776 (or 0x6C6776) is unknown color: approx Dolphin. HEX triplet: 6C, 67 and 76. RGB value is (108,103,118). Sum of RGB (Red+Green+Blue) = 108+103+118=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6776 is #939889. Grayscale: #6A6A6A. Windows color (decimal): -9672842 or 7759724. OLE color: 7759724.

HSL color Cylindrical-coordinate representation of color #6C6776: hue angle of 260º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C6776 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB108103118-
CMYK0.080.1300.54
HSL260º6.79%43.33%-
HSV(B)260º12.71%46.27%-
XYZ14.314.219.13-
YUV106.2134.66129.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=32.83%
G=31.31%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081031180.080.1300.542606.7943.33
Hex6C67768D03610472b
Octal1541471661015066404753
Binary110110011001111110110100011010110110100000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,118); }

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

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

 a { background-color: rgb(108,103,118); }

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

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

 span { border-color: rgb(108,103,118); }

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