Html Css Color HEX #631C6A Seance

📋 copy color: '#631C6A'

red 99 ◦ green 28 ◦ blue 106

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

Shades of Seance #631C6A

Tints of Seance #631C6A

RGB

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

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

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

R = 42.49%
G = 12.02%
B = 45.49%

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

#631C6A (or 0x631C6A) is known color: Seance. HEX triplet: 63, 1C and 6A. RGB value is (99,28,106). Sum of RGB (Red+Green+Blue) = 99+28+106=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #631C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C6A is #9CE395. Grayscale: #393939. Windows color (decimal): -10281878 or 6954083. OLE color: 6954083.

HSL color Cylindrical-coordinate representation of color #631C6A: hue angle of 294.62º degrees, saturation: 0.58, 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 #631C6A is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 28 106 -
CMYK 0.07 0.74 0 0.58
HSL 294.62º 0.58% 0.26% -
HSV(B) 294.62º 0.74% 0.42% -
XYZ 8.16 4.52 14.08 -
YUV 58.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 99 28 106 0.07 0.74 0 0.58 294.62 0.58 0.26
Hex 63 1C 6A 7 4A 0 3A 127 3A 1A
Octal 143 34 152 7 112 0 72 447 72 32
Binary 1100011 11100 1101010 111 1001010 0 111010 100100111 111010 11010

Color Harmonies of #631C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C6A

Black with #631C6A

Text Example


Text Example

White with #631C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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