Html Css Color HEX #631C6B Seance

📋 copy color: '#631C6B'

red 99 ◦ green 28 ◦ blue 107

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

Shades of Seance #631C6B

Tints of Seance #631C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 42.31%
G = 11.97%
B = 45.73%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#631C6B (or 0x631C6B) is known color: Seance. HEX triplet: 63, 1C and 6B. RGB value is (99,28,107). Sum of RGB (Red+Green+Blue) = 99+28+107=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #631C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C6B is #9CE394. Grayscale: #393939. Windows color (decimal): -10281877 or 7019619. OLE color: 7019619.

HSL color Cylindrical-coordinate representation of color #631C6B: hue angle of 293.92º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631C6B is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 28 107 -
CMYK 0.07 0.74 0 0.58
HSL 293.92º 0.59% 0.26% -
HSV(B) 293.92º 0.74% 0.42% -
XYZ 8.21 4.54 14.35 -
YUV 58.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 99 28 107 0.07 0.74 0 0.58 293.92 0.59 0.26
Hex 63 1C 6B 7 4A 0 3A 126 3B 1A
Octal 143 34 153 7 112 0 72 446 73 32
Binary 1100011 11100 1101011 111 1001010 0 111010 100100110 111011 11010

Color Harmonies of #631C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C6B

Black with #631C6B

Text Example


Text Example

White with #631C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631C6B; }

 p { color: rgb(99,28,107); }

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

background-color css

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

 a { background-color: rgb(99,28,107); }

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

border-color css

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

 span { border-color: rgb(99,28,107); }

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