#6D6980

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

Shades of Dolphin #6D6980

Tints of Dolphin #6D6980

Color information

#6D6980 (or 0x6D6980) is unknown color: approx Dolphin. HEX triplet: 6D, 69 and 80. RGB value is (109,105,128). Sum of RGB (Red+Green+Blue) = 109+105+128=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D6980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6980 is #92967F. Grayscale: #6C6C6C. Windows color (decimal): -9606784 or 8415597. OLE color: 8415597.

HSL color Cylindrical-coordinate representation of color #6D6980: hue angle of 250.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D6980 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB109105128-
CMYK0.150.1800.50
HSL250.43º9.87%45.69%-
HSV(B)250.43º17.97%50.2%-
XYZ15.2514.9122.5-
YUV108.82138.83128.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.87%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=31.87%
G=30.70%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1091051280.150.1800.50250.439.8745.69
Hex6D6980F12032faa2e
Octal15515120017220623721256
Binary11011011101001100000001111100100110010111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,128); }

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

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

 a { background-color: rgb(109,105,128); }

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

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

 span { border-color: rgb(109,105,128); }

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