Html Css Color HEX #664163 Seance

📋 copy color: '#664163'

red 102 ◦ green 65 ◦ blue 99

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

Shades of Seance #664163

Tints of Seance #664163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 38.35%
G = 24.44%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#664163 (or 0x664163) is known color: Seance. HEX triplet: 66, 41 and 63. RGB value is (102,65,99). Sum of RGB (Red+Green+Blue) = 102+65+99=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #664163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664163 is #99BE9C. Grayscale: #4F4F4F. Windows color (decimal): -10075805 or 6504806. OLE color: 6504806.

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

Color convert

RGB 102 65 99 -
CMYK 0 0.36 0.03 0.6
HSL 304.86º 0.22% 0.33% -
HSV(B) 304.86º 0.36% 0.4% -
XYZ 9.62 7.51 12.75 -
YUV 79.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 102 65 99 0 0.36 0.03 0.6 304.86 0.22 0.33
Hex 66 41 63 0 24 3 3C 131 16 21
Octal 146 101 143 0 44 3 74 461 26 41
Binary 1100110 1000001 1100011 0 100100 11 111100 100110001 10110 100001

Color Harmonies of #664163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664163

Black with #664163

Text Example


Text Example

White with #664163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664163; }

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

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

background-color css

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

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

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

border-color css

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

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

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