#666474

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

Shades of Dolphin #666474

Tints of Dolphin #666474

Color information

#666474 (or 0x666474) is unknown color: approx Dolphin. HEX triplet: 66, 64 and 74. RGB value is (102,100,116). Sum of RGB (Red+Green+Blue) = 102+100+116=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #666474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666474 is #999B8B. Grayscale: #666666. Windows color (decimal): -10066828 or 7627878. OLE color: 7627878.

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

Color convert

RGB102100116-
CMYK0.120.1400.55
HSL247.5º7.41%42.35%-
HSV(B)247.5º13.79%45.49%-
XYZ13.1913.218.38-
YUV102.42135.66127.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=32.08%
G=31.45%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021001160.120.1400.55247.57.4142.35
Hex666474CE037f872a
Octal1461441641416067370752
Binary11001101100100111010011001110011011111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666474; }

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

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

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

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

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

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

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

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