Html Css Color HEX #634260 Seance

📋 copy color: '#634260'

red 99 ◦ green 66 ◦ blue 96

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

Shades of Seance #634260

Tints of Seance #634260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 37.93%
G = 25.29%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#634260 (or 0x634260) is known color: Seance. HEX triplet: 63, 42 and 60. RGB value is (99,66,96). Sum of RGB (Red+Green+Blue) = 99+66+96=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #634260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634260 is #9CBD9F. Grayscale: #4F4F4F. Windows color (decimal): -10272160 or 6308451. OLE color: 6308451.

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

Color convert

RGB 99 66 96 -
CMYK 0 0.33 0.03 0.61
HSL 305.45º 0.2% 0.32% -
HSV(B) 305.45º 0.33% 0.39% -
XYZ 9.21 7.39 12.01 -
YUV 79.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 99 66 96 0 0.33 0.03 0.61 305.45 0.2 0.32
Hex 63 42 60 0 21 3 3D 131 14 20
Octal 143 102 140 0 41 3 75 461 24 40
Binary 1100011 1000010 1100000 0 100001 11 111101 100110001 10100 100000

Color Harmonies of #634260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634260

Black with #634260

Text Example


Text Example

White with #634260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634260; }

 p { color: rgb(99,66,96); }

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

background-color css

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

 a { background-color: rgb(99,66,96); }

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

border-color css

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

 span { border-color: rgb(99,66,96); }

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