#6D667B

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

Shades of Dolphin #6D667B

Tints of Dolphin #6D667B

Color information

#6D667B (or 0x6D667B) is unknown color: approx Dolphin. HEX triplet: 6D, 66 and 7B. RGB value is (109,102,123). Sum of RGB (Red+Green+Blue) = 109+102+123=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D667B is #929984. Grayscale: #6A6A6A. Windows color (decimal): -9607557 or 8087149. OLE color: 8087149.

HSL color Cylindrical-coordinate representation of color #6D667B: hue angle of 260º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D667B is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB109102123-
CMYK0.110.1700.52
HSL260º9.33%44.12%-
HSV(B)260º17.07%48.24%-
XYZ14.6314.1820.71-
YUV106.49137.32129.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=32.63%
G=30.54%
B=36.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091021230.110.1700.522609.3344.12
Hex6D667BB1103410492c
Octal15514617313210644041154
Binary11011011100110111101110111000101101001000001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,123); }

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

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

 a { background-color: rgb(109,102,123); }

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

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

 span { border-color: rgb(109,102,123); }

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