Html Css Color HEX #664166 Seance

📋 copy color: '#664166'

red 102 ◦ green 65 ◦ blue 102

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

Shades of Seance #664166

Tints of Seance #664166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

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

R = 37.92%
G = 24.16%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#664166 (or 0x664166) is known color: Seance. HEX triplet: 66, 41 and 66. RGB value is (102,65,102). Sum of RGB (Red+Green+Blue) = 102+65+102=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #664166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664166 is #99BE99. Grayscale: #505050. Windows color (decimal): -10075802 or 6701414. OLE color: 6701414.

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

Color convert

RGB 102 65 102 -
CMYK 0 0.36 0 0.6
HSL 300º 0.22% 0.33% -
HSV(B) 300º 0.36% 0.4% -
XYZ 9.77 7.56 13.52 -
YUV 80.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 102 65 102 0 0.36 0 0.6 300 0.22 0.33
Hex 66 41 66 0 24 0 3C 12C 16 21
Octal 146 101 146 0 44 0 74 454 26 41
Binary 1100110 1000001 1100110 0 100100 0 111100 100101100 10110 100001

Color Harmonies of #664166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664166

Black with #664166

Text Example


Text Example

White with #664166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664166; }

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

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

background-color css

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

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

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

border-color css

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

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

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