Html Css Color HEX #664565 Seance

📋 copy color: '#664565'

red 102 ◦ green 69 ◦ blue 101

#664565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #664565

Tints of Seance #664565

RGB

 RED value IS 102 (40.23% from 255) = 37.5%

 GREEN value IS 69 (27.34% from 255) = 25.37%

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 37.5%
G = 25.37%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#664565 (or 0x664565) is known color: Seance. HEX triplet: 66, 45 and 65. RGB value is (102,69,101). Sum of RGB (Red+Green+Blue) = 102+69+101=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #664565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664565 is #99BA9A. Grayscale: #525252. Windows color (decimal): -10074779 or 6636902. OLE color: 6636902.

HSL color Cylindrical-coordinate representation of color #664565: hue angle of 301.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664565 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 69 101 -
CMYK 0 0.32 0.01 0.6
HSL 301.82º 0.19% 0.34% -
HSV(B) 301.82º 0.32% 0.4% -
XYZ 9.96 8.02 13.34 -
YUV 82.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 102 69 101 0 0.32 0.01 0.6 301.82 0.19 0.34
Hex 66 45 65 0 20 1 3C 12E 13 22
Octal 146 105 145 0 40 1 74 456 23 42
Binary 1100110 1000101 1100101 0 100000 1 111100 100101110 10011 100010

Color Harmonies of #664565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664565

Black with #664565

Text Example


Text Example

White with #664565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664565; }

 p { color: rgb(102,69,101); }

 H1.HeaderClassName
 {
   color: #664565;
 }
 .AnyTagClassName
 {
   color: #664565;
 }
</style>

background-color css

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

 a { background-color: rgb(102,69,101); }

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

border-color css

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

 span { border-color: rgb(102,69,101); }

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