Html Css Color HEX #6B3368 Seance

📋 copy color: '#6B3368'

red 107 ◦ green 51 ◦ blue 104

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

Shades of Seance #6B3368

Tints of Seance #6B3368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.47%

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 40.84%
G = 19.47%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B3368 (or 0x6B3368) is known color: Seance. HEX triplet: 6B, 33 and 68. RGB value is (107,51,104). Sum of RGB (Red+Green+Blue) = 107+51+104=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3368 is #94CC97. Grayscale: #494949. Windows color (decimal): -9751704 or 6828907. OLE color: 6828907.

HSL color Cylindrical-coordinate representation of color #6B3368: hue angle of 303.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B3368 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 104 -
CMYK 0 0.52 0.03 0.58
HSL 303.21º 0.35% 0.31% -
HSV(B) 303.21º 0.52% 0.42% -
XYZ 9.75 6.49 13.84 -
YUV 73.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 107 51 104 0 0.52 0.03 0.58 303.21 0.35 0.31
Hex 6B 33 68 0 34 3 3A 12F 23 1F
Octal 153 63 150 0 64 3 72 457 43 37
Binary 1101011 110011 1101000 0 110100 11 111010 100101111 100011 11111

Color Harmonies of #6B3368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3368

Black with #6B3368

Text Example


Text Example

White with #6B3368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,104); }

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

background-color css

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

 a { background-color: rgb(107,51,104); }

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

border-color css

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

 span { border-color: rgb(107,51,104); }

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