#666079

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

Shades of Dolphin #666079

Tints of Dolphin #666079

Color information

#666079 (or 0x666079) is unknown color: approx Dolphin. HEX triplet: 66, 60 and 79. RGB value is (102,96,121). Sum of RGB (Red+Green+Blue) = 102+96+121=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #666079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666079 is #999F86. Grayscale: #646464. Windows color (decimal): -10067847 or 7954534. OLE color: 7954534.

HSL color Cylindrical-coordinate representation of color #666079: hue angle of 254.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #666079 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10296121-
CMYK0.160.2100.53
HSL254.4º11.52%42.55%-
HSV(B)254.4º20.66%47.45%-
XYZ13.1112.5719.82-
YUV100.64139.49128.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=31.97%
G=30.09%
B=37.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102961210.160.2100.53254.411.5242.55
Hex6660791015035fec2b
Octal14614017120250653761453
Binary11001101100000111100110000101010110101111111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666079; }

 p { color: rgb(102,96,121); }

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

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

 a { background-color: rgb(102,96,121); }

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

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

 span { border-color: rgb(102,96,121); }

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