Html Css Color HEX #6B3570 Seance

📋 copy color: '#6B3570'

red 107 ◦ green 53 ◦ blue 112

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

Shades of Seance #6B3570

Tints of Seance #6B3570

RGB

 RED value IS 107 (42.19% from 255) = 39.34%

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

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

R = 39.34%
G = 19.49%
B = 41.18%

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

#6B3570 (or 0x6B3570) is known color: Seance. HEX triplet: 6B, 35 and 70. RGB value is (107,53,112). Sum of RGB (Red+Green+Blue) = 107+53+112=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B3570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3570 is #94CA8F. Grayscale: #4B4B4B. Windows color (decimal): -9751184 or 7353707. OLE color: 7353707.

HSL color Cylindrical-coordinate representation of color #6B3570: hue angle of 294.92º 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 #6B3570 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 53 112 -
CMYK 0.04 0.53 0 0.56
HSL 294.92º 0.36% 0.32% -
HSV(B) 294.92º 0.53% 0.44% -
XYZ 10.26 6.84 16.11 -
YUV 75.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 107 53 112 0.04 0.53 0 0.56 294.92 0.36 0.32
Hex 6B 35 70 4 35 0 38 127 24 20
Octal 153 65 160 4 65 0 70 447 44 40
Binary 1101011 110101 1110000 100 110101 0 111000 100100111 100100 100000

Color Harmonies of #6B3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3570

Black with #6B3570

Text Example


Text Example

White with #6B3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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