#664058

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

Shades of Finn #664058

Tints of Finn #664058

Color information

#664058 (or 0x664058) is unknown color: approx Finn. HEX triplet: 66, 40 and 58. RGB value is (102,64,88). Sum of RGB (Red+Green+Blue) = 102+64+88=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664058 is #99BFA7. Grayscale: #4E4E4E. Windows color (decimal): -10076072 or 5783654. OLE color: 5783654.

HSL color Cylindrical-coordinate representation of color #664058: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664058 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1026488-
CMYK00.370.140.6
HSL322.11º22.89%32.55%-
HSV(B)322.11º37.25%40%-
XYZ9.077.210.14-
YUV78.1133.59145.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=40.16%
G=25.20%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102648800.370.140.6322.1122.8932.55
Hex664058025E3C1421721
Octal14610013004516745022741
Binary1100110100000010110000100101111011110010100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664058; }

 p { color: rgb(102,64,88); }

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

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

 a { background-color: rgb(102,64,88); }

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

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

 span { border-color: rgb(102,64,88); }

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