Html Css Color HEX #663F63 Seance

📋 copy color: '#663F63'

red 102 ◦ green 63 ◦ blue 99

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

Shades of Seance #663F63

Tints of Seance #663F63

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

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

R = 38.64%
G = 23.86%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#663F63 (or 0x663F63) is known color: Seance. HEX triplet: 66, 3F and 63. RGB value is (102,63,99). Sum of RGB (Red+Green+Blue) = 102+63+99=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #663F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F63 is #99C09C. Grayscale: #4E4E4E. Windows color (decimal): -10076317 or 6504294. OLE color: 6504294.

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

Color convert

RGB 102 63 99 -
CMYK 0 0.38 0.03 0.6
HSL 304.62º 0.24% 0.32% -
HSV(B) 304.62º 0.38% 0.4% -
XYZ 9.51 7.28 12.71 -
YUV 78.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 102 63 99 0 0.38 0.03 0.6 304.62 0.24 0.32
Hex 66 3F 63 0 26 3 3C 131 18 20
Octal 146 77 143 0 46 3 74 461 30 40
Binary 1100110 111111 1100011 0 100110 11 111100 100110001 11000 100000

Color Harmonies of #663F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F63

Black with #663F63

Text Example


Text Example

White with #663F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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