Html Css Color HEX #6E3A6B Seance

📋 copy color: '#6E3A6B'

red 110 ◦ green 58 ◦ blue 107

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

Shades of Seance #6E3A6B

Tints of Seance #6E3A6B

RGB

 RED value IS 110 (43.36% from 255) = 40%

 GREEN value IS 58 (23.05% from 255) = 21.09%

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 40%
G = 21.09%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6E3A6B (or 0x6E3A6B) is known color: Seance. HEX triplet: 6E, 3A and 6B. RGB value is (110,58,107). Sum of RGB (Red+Green+Blue) = 110+58+107=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3A6B is #91C594. Grayscale: #4E4E4E. Windows color (decimal): -9553301 or 7027310. OLE color: 7027310.

HSL color Cylindrical-coordinate representation of color #6E3A6B: hue angle of 303.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3A6B is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 58 107 -
CMYK 0 0.47 0.03 0.57
HSL 303.46º 0.31% 0.33% -
HSV(B) 303.46º 0.47% 0.43% -
XYZ 10.6 7.4 14.78 -
YUV 79.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 110 58 107 0 0.47 0.03 0.57 303.46 0.31 0.33
Hex 6E 3A 6B 0 2F 3 39 12F 1F 21
Octal 156 72 153 0 57 3 71 457 37 41
Binary 1101110 111010 1101011 0 101111 11 111001 100101111 11111 100001

Color Harmonies of #6E3A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A6B

Black with #6E3A6B

Text Example


Text Example

White with #6E3A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,58,107); }

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

background-color css

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

 a { background-color: rgb(110,58,107); }

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

border-color css

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

 span { border-color: rgb(110,58,107); }

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