#664267

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

Shades of Seance #664267

Tints of Seance #664267

Color information

#664267 (or 0x664267) is unknown color: approx Seance. HEX triplet: 66, 42 and 67. RGB value is (102,66,103). Sum of RGB (Red+Green+Blue) = 102+66+103=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #664267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664267 is #99BD98. Grayscale: #505050. Windows color (decimal): -10075545 or 6767206. OLE color: 6767206.

HSL color Cylindrical-coordinate representation of color #664267: hue angle of 298.38º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664267 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10266103-
CMYK0.010.3600.60
HSL298.38º21.89%33.14%-
HSV(B)298.38º35.92%40.39%-
XYZ9.887.713.8-
YUV80.98140.43142.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=37.64%
G=24.35%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102661030.010.3600.60298.3821.8933.14
Hex66426712403C12a1621
Octal1461021471440744522641
Binary1100110100001011001111100100011110010010101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664267; }

 p { color: rgb(102,66,103); }

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

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

 a { background-color: rgb(102,66,103); }

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

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

 span { border-color: rgb(102,66,103); }

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