Html Css Color HEX #6B4366 Seance

📋 copy color: '#6B4366'

red 107 ◦ green 67 ◦ blue 102

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

Shades of Seance #6B4366

Tints of Seance #6B4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 38.77%
G = 24.28%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6B4366 (or 0x6B4366) is known color: Seance. HEX triplet: 6B, 43 and 66. RGB value is (107,67,102). Sum of RGB (Red+Green+Blue) = 107+67+102=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4366 is #94BC99. Grayscale: #525252. Windows color (decimal): -9747610 or 6701931. OLE color: 6701931.

HSL color Cylindrical-coordinate representation of color #6B4366: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B4366 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 67 102 -
CMYK 0 0.37 0.05 0.58
HSL 307.5º 0.23% 0.34% -
HSV(B) 307.5º 0.37% 0.42% -
XYZ 10.47 8.1 13.58 -
YUV 82.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 107 67 102 0 0.37 0.05 0.58 307.5 0.23 0.34
Hex 6B 43 66 0 25 5 3A 134 17 22
Octal 153 103 146 0 45 5 72 464 27 42
Binary 1101011 1000011 1100110 0 100101 101 111010 100110100 10111 100010

Color Harmonies of #6B4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4366

Black with #6B4366

Text Example


Text Example

White with #6B4366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,67,102); }

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

background-color css

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

 a { background-color: rgb(107,67,102); }

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

border-color css

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

 span { border-color: rgb(107,67,102); }

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