Html Css Color HEX #634460 Seance

📋 copy color: '#634460'

red 99 ◦ green 68 ◦ blue 96

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

Shades of Seance #634460

Tints of Seance #634460

RGB

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

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

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

R = 37.64%
G = 25.86%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#634460 (or 0x634460) is known color: Seance. HEX triplet: 63, 44 and 60. RGB value is (99,68,96). Sum of RGB (Red+Green+Blue) = 99+68+96=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #634460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634460 is #9CBB9F. Grayscale: #505050. Windows color (decimal): -10271648 or 6308963. OLE color: 6308963.

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

Color convert

RGB 99 68 96 -
CMYK 0 0.31 0.03 0.61
HSL 305.81º 0.19% 0.33% -
HSV(B) 305.81º 0.31% 0.39% -
XYZ 9.32 7.63 12.05 -
YUV 80.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 99 68 96 0 0.31 0.03 0.61 305.81 0.19 0.33
Hex 63 44 60 0 1F 3 3D 132 13 21
Octal 143 104 140 0 37 3 75 462 23 41
Binary 1100011 1000100 1100000 0 11111 11 111101 100110010 10011 100001

Color Harmonies of #634460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634460

Black with #634460

Text Example


Text Example

White with #634460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634460; }

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

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

background-color css

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

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

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

border-color css

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

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

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