#666473

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

Shades of Dolphin #666473

Tints of Dolphin #666473

Color information

#666473 (or 0x666473) is unknown color: approx Dolphin. HEX triplet: 66, 64 and 73. RGB value is (102,100,115). Sum of RGB (Red+Green+Blue) = 102+100+115=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #666473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666473 is #999B8C. Grayscale: #666666. Windows color (decimal): -10066829 or 7562342. OLE color: 7562342.

HSL color Cylindrical-coordinate representation of color #666473: hue angle of 248º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666473 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB102100115-
CMYK0.110.1300.55
HSL248º6.98%42.16%-
HSV(B)248º13.04%45.1%-
XYZ13.1313.1818.07-
YUV102.31135.16127.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=32.18%
G=31.55%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021001150.110.1300.552486.9842.16
Hex666473BD037f872a
Octal1461441631315067370752
Binary11001101100100111001110111101011011111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666473; }

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

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

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

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

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

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

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

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