Html Css Color HEX #634364 Seance

📋 copy color: '#634364'

red 99 ◦ green 67 ◦ blue 100

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

Shades of Seance #634364

Tints of Seance #634364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 37.22%
G = 25.19%
B = 37.59%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#634364 (or 0x634364) is known color: Seance. HEX triplet: 63, 43 and 64. RGB value is (99,67,100). Sum of RGB (Red+Green+Blue) = 99+67+100=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 100 - color contains mainly: blue. Hex color #634364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634364 is #9CBC9B. Grayscale: #505050. Windows color (decimal): -10271900 or 6570851. OLE color: 6570851.

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

Color convert

RGB 99 67 100 -
CMYK 0.01 0.33 0 0.61
HSL 298.18º 0.2% 0.33% -
HSV(B) 298.18º 0.33% 0.39% -
XYZ 9.45 7.59 13.02 -
YUV 80.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 99 67 100 0.01 0.33 0 0.61 298.18 0.2 0.33
Hex 63 43 64 1 21 0 3D 12A 14 21
Octal 143 103 144 1 41 0 75 452 24 41
Binary 1100011 1000011 1100100 1 100001 0 111101 100101010 10100 100001

Color Harmonies of #634364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634364

Black with #634364

Text Example


Text Example

White with #634364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634364; }

 p { color: rgb(99,67,100); }

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

background-color css

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

 a { background-color: rgb(99,67,100); }

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

border-color css

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

 span { border-color: rgb(99,67,100); }

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