Html Css Color HEX #621C6C Seance

📋 copy color: '#621C6C'

red 98 ◦ green 28 ◦ blue 108

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

Shades of Seance #621C6C

Tints of Seance #621C6C

RGB

 RED value IS 98 (38.67% from 255) = 41.88%

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

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 41.88%
G = 11.97%
B = 46.15%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#621C6C (or 0x621C6C) is known color: Seance. HEX triplet: 62, 1C and 6C. RGB value is (98,28,108). Sum of RGB (Red+Green+Blue) = 98+28+108=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #621C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621C6C is #9DE393. Grayscale: #393939. Windows color (decimal): -10347412 or 7085154. OLE color: 7085154.

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

Color convert

RGB 98 28 108 -
CMYK 0.09 0.74 0 0.58
HSL 292.5º 0.59% 0.27% -
HSV(B) 292.5º 0.74% 0.42% -
XYZ 8.16 4.51 14.63 -
YUV 58.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 98 28 108 0.09 0.74 0 0.58 292.5 0.59 0.27
Hex 62 1C 6C 9 4A 0 3A 124 3B 1B
Octal 142 34 154 11 112 0 72 444 73 33
Binary 1100010 11100 1101100 1001 1001010 0 111010 100100100 111011 11011

Color Harmonies of #621C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C6C

Black with #621C6C

Text Example


Text Example

White with #621C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621C6C; }

 p { color: rgb(98,28,108); }

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

background-color css

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

 a { background-color: rgb(98,28,108); }

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

border-color css

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

 span { border-color: rgb(98,28,108); }

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