Html Css Color HEX #6B157A Seance

📋 copy color: '#6B157A'

red 107 ◦ green 21 ◦ blue 122

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

Shades of Seance #6B157A

Tints of Seance #6B157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 122 (48.05% from 255) = 48.8%

R = 42.8%
G = 8.4%
B = 48.8%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B157A (or 0x6B157A) is known color: Seance. HEX triplet: 6B, 15 and 7A. RGB value is (107,21,122). Sum of RGB (Red+Green+Blue) = 107+21+122=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B157A is #94EA85. Grayscale: #393939. Windows color (decimal): -9759366 or 8000875. OLE color: 8000875.

HSL color Cylindrical-coordinate representation of color #6B157A: hue angle of 291.09º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B157A is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 21 122 -
CMYK 0.12 0.83 0 0.52
HSL 291.09º 0.71% 0.28% -
HSV(B) 291.09º 0.83% 0.48% -
XYZ 9.84 5.07 18.87 -
YUV 58.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 107 21 122 0.12 0.83 0 0.52 291.09 0.71 0.28
Hex 6B 15 7A C 53 0 34 123 47 1C
Octal 153 25 172 14 123 0 64 443 107 34
Binary 1101011 10101 1111010 1100 1010011 0 110100 100100011 1000111 11100

Color Harmonies of #6B157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B157A

Black with #6B157A

Text Example


Text Example

White with #6B157A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,122); }

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

background-color css

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

 a { background-color: rgb(107,21,122); }

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

border-color css

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

 span { border-color: rgb(107,21,122); }

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