#6A6673

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

Shades of Dolphin #6A6673

Tints of Dolphin #6A6673

Color information

#6A6673 (or 0x6A6673) is unknown color: approx Dolphin. HEX triplet: 6A, 66 and 73. RGB value is (106,102,115). Sum of RGB (Red+Green+Blue) = 106+102+115=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6673 is #95998C. Grayscale: #686868. Windows color (decimal): -9804173 or 7562858. OLE color: 7562858.

HSL color Cylindrical-coordinate representation of color #6A6673: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A6673 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB106102115-
CMYK0.080.1100.55
HSL258.46º5.99%42.55%-
HSV(B)258.46º11.3%45.1%-
XYZ13.7913.818.16-
YUV104.68133.83128.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.82%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=32.82%
G=31.58%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061021150.080.1100.55258.465.9942.55
Hex6A66738B03710262b
Octal1521461631013067402653
Binary110101011001101110011100010110110111100000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,102,115); }

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

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

 a { background-color: rgb(106,102,115); }

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

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

 span { border-color: rgb(106,102,115); }

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