Html Css Color HEX #6C3570 Seance

📋 copy color: '#6C3570'

red 108 ◦ green 53 ◦ blue 112

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

Shades of Seance #6C3570

Tints of Seance #6C3570

RGB

 RED value IS 108 (42.58% from 255) = 39.56%

 GREEN value IS 53 (21.09% from 255) = 19.41%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 39.56%
G = 19.41%
B = 41.03%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C3570 (or 0x6C3570) is known color: Seance. HEX triplet: 6C, 35 and 70. RGB value is (108,53,112). Sum of RGB (Red+Green+Blue) = 108+53+112=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C3570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3570 is #93CA8F. Grayscale: #4B4B4B. Windows color (decimal): -9685648 or 7353708. OLE color: 7353708.

HSL color Cylindrical-coordinate representation of color #6C3570: hue angle of 295.93º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C3570 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 53 112 -
CMYK 0.04 0.53 0 0.56
HSL 295.93º 0.36% 0.32% -
HSV(B) 295.93º 0.53% 0.44% -
XYZ 10.38 6.9 16.11 -
YUV 76.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 108 53 112 0.04 0.53 0 0.56 295.93 0.36 0.32
Hex 6C 35 70 4 35 0 38 128 24 20
Octal 154 65 160 4 65 0 70 450 44 40
Binary 1101100 110101 1110000 100 110101 0 111000 100101000 100100 100000

Color Harmonies of #6C3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3570

Black with #6C3570

Text Example


Text Example

White with #6C3570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C3570; }

 p { color: rgb(108,53,112); }

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

background-color css

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

 a { background-color: rgb(108,53,112); }

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

border-color css

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

 span { border-color: rgb(108,53,112); }

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