#666374

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

Shades of Dolphin #666374

Tints of Dolphin #666374

Color information

#666374 (or 0x666374) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 74. RGB value is (102,99,116). Sum of RGB (Red+Green+Blue) = 102+99+116=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #666374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666374 is #999C8B. Grayscale: #656565. Windows color (decimal): -10067084 or 7627622. OLE color: 7627622.

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

Color convert

RGB10299116-
CMYK0.120.1500.55
HSL250.59º7.91%42.16%-
HSV(B)250.59º14.66%45.49%-
XYZ13.0913.0118.34-
YUV101.84135.99128.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=32.18%
G=31.23%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102991160.120.1500.55250.597.9142.16
Hex666374CF037fb82a
Octal14614316414170673731052
Binary110011011000111110100110011110110111111110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666374; }

 p { color: rgb(102,99,116); }

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

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

 a { background-color: rgb(102,99,116); }

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

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

 span { border-color: rgb(102,99,116); }

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