Html Css Color HEX #63386A Seance

📋 copy color: '#63386A'

red 99 ◦ green 56 ◦ blue 106

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

Shades of Seance #63386A

Tints of Seance #63386A

RGB

 RED value IS 99 (39.06% from 255) = 37.93%

 GREEN value IS 56 (22.27% from 255) = 21.46%

 BLUE value IS 106 (41.8% from 255) = 40.61%

R = 37.93%
G = 21.46%
B = 40.61%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63386A (or 0x63386A) is known color: Seance. HEX triplet: 63, 38 and 6A. RGB value is (99,56,106). Sum of RGB (Red+Green+Blue) = 99+56+106=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 106 - color contains mainly: blue. Hex color #63386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63386A is #9CC795. Grayscale: #4A4A4A. Windows color (decimal): -10274710 or 6961251. OLE color: 6961251.

HSL color Cylindrical-coordinate representation of color #63386A: hue angle of 291.6º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63386A is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 56 106 -
CMYK 0.07 0.47 0 0.58
HSL 291.6º 0.31% 0.32% -
HSV(B) 291.6º 0.47% 0.42% -
XYZ 9.16 6.52 14.41 -
YUV 74.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 99 56 106 0.07 0.47 0 0.58 291.6 0.31 0.32
Hex 63 38 6A 7 2F 0 3A 124 1F 20
Octal 143 70 152 7 57 0 72 444 37 40
Binary 1100011 111000 1101010 111 101111 0 111010 100100100 11111 100000

Color Harmonies of #63386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63386A

Black with #63386A

Text Example


Text Example

White with #63386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63386A; }

 p { color: rgb(99,56,106); }

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

background-color css

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

 a { background-color: rgb(99,56,106); }

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

border-color css

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

 span { border-color: rgb(99,56,106); }

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