Html Css Color HEX #664463 Seance

📋 copy color: '#664463'

red 102 ◦ green 68 ◦ blue 99

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

Shades of Seance #664463

Tints of Seance #664463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 37.92%
G = 25.28%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#664463 (or 0x664463) is known color: Seance. HEX triplet: 66, 44 and 63. RGB value is (102,68,99). Sum of RGB (Red+Green+Blue) = 102+68+99=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664463 is #99BB9C. Grayscale: #515151. Windows color (decimal): -10075037 or 6505574. OLE color: 6505574.

HSL color Cylindrical-coordinate representation of color #664463: hue angle of 305.29º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #664463 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 68 99 -
CMYK 0 0.33 0.03 0.6
HSL 305.29º 0.2% 0.33% -
HSV(B) 305.29º 0.33% 0.4% -
XYZ 9.8 7.86 12.81 -
YUV 81.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 102 68 99 0 0.33 0.03 0.6 305.29 0.2 0.33
Hex 66 44 63 0 21 3 3C 131 14 21
Octal 146 104 143 0 41 3 74 461 24 41
Binary 1100110 1000100 1100011 0 100001 11 111100 100110001 10100 100001

Color Harmonies of #664463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664463

Black with #664463

Text Example


Text Example

White with #664463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664463; }

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

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

background-color css

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

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

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

border-color css

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

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

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