Html Css Color HEX #6B157B Seance

📋 copy color: '#6B157B'

red 107 ◦ green 21 ◦ blue 123

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

Shades of Seance #6B157B

Tints of Seance #6B157B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49%

R = 42.63%
G = 8.37%
B = 49%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B157B (or 0x6B157B) is known color: Seance. HEX triplet: 6B, 15 and 7B. RGB value is (107,21,123). Sum of RGB (Red+Green+Blue) = 107+21+123=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B157B is #94EA84. Grayscale: #3A3A3A. Windows color (decimal): -9759365 or 8066411. OLE color: 8066411.

HSL color Cylindrical-coordinate representation of color #6B157B: hue angle of 290.59º 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 #6B157B is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 21 123 -
CMYK 0.13 0.83 0 0.52
HSL 290.59º 0.71% 0.28% -
HSV(B) 290.59º 0.83% 0.48% -
XYZ 9.91 5.09 19.2 -
YUV 58.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 107 21 123 0.13 0.83 0 0.52 290.59 0.71 0.28
Hex 6B 15 7B D 53 0 34 123 47 1C
Octal 153 25 173 15 123 0 64 443 107 34
Binary 1101011 10101 1111011 1101 1010011 0 110100 100100011 1000111 11100

Color Harmonies of #6B157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B157B

Black with #6B157B

Text Example


Text Example

White with #6B157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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