Html Css Color HEX #664066 Seance

📋 copy color: '#664066'

red 102 ◦ green 64 ◦ blue 102

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

Shades of Seance #664066

Tints of Seance #664066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 102 (40.23% from 255) = 38.06%

R = 38.06%
G = 23.88%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#664066 (or 0x664066) is known color: Seance. HEX triplet: 66, 40 and 66. RGB value is (102,64,102). Sum of RGB (Red+Green+Blue) = 102+64+102=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #664066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664066 is #99BF99. Grayscale: #4F4F4F. Windows color (decimal): -10076058 or 6701158. OLE color: 6701158.

HSL color Cylindrical-coordinate representation of color #664066: hue angle of 300º 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 #664066 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 102 -
CMYK 0 0.37 0 0.6
HSL 300º 0.23% 0.33% -
HSV(B) 300º 0.37% 0.4% -
XYZ 9.71 7.45 13.5 -
YUV 79.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 102 64 102 0 0.37 0 0.6 300 0.23 0.33
Hex 66 40 66 0 25 0 3C 12C 17 21
Octal 146 100 146 0 45 0 74 454 27 41
Binary 1100110 1000000 1100110 0 100101 0 111100 100101100 10111 100001

Color Harmonies of #664066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664066

Black with #664066

Text Example


Text Example

White with #664066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664066; }

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

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

background-color css

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

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

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

border-color css

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

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

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