#664068

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

Shades of Seance #664068

Tints of Seance #664068

Color information

#664068 (or 0x664068) is unknown color: approx Seance. HEX triplet: 66, 40 and 68. RGB value is (102,64,104). Sum of RGB (Red+Green+Blue) = 102+64+104=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #664068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664068 is #99BF97. Grayscale: #4F4F4F. Windows color (decimal): -10076056 or 6832230. OLE color: 6832230.

HSL color Cylindrical-coordinate representation of color #664068: hue angle of 297º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #664068 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10264104-
CMYK0.020.3800.59
HSL297º23.81%32.94%-
HSV(B)297º38.46%40.78%-
XYZ9.817.4914.03-
YUV79.92141.59143.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=37.78%
G=23.70%
B=38.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102641040.020.3800.5929723.8132.94
Hex66406822603B1291821
Octal1461001502460734513041
Binary11001101000000110100010100110011101110010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664068; }

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

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

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

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

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

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

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

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