Html Css Color HEX #6B2085 Seance

📋 copy color: '#6B2085'

red 107 ◦ green 32 ◦ blue 133

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

Shades of Seance #6B2085

Tints of Seance #6B2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

 BLUE value IS 133 (52.34% from 255) = 48.9%

R = 39.34%
G = 11.76%
B = 48.9%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B2085 (or 0x6B2085) is known color: Seance. HEX triplet: 6B, 20 and 85. RGB value is (107,32,133). Sum of RGB (Red+Green+Blue) = 107+32+133=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2085 is #94DF7A. Grayscale: #414141. Windows color (decimal): -9756539 or 8724587. OLE color: 8724587.

HSL color Cylindrical-coordinate representation of color #6B2085: hue angle of 284.55º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B2085 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 32 133 -
CMYK 0.20 0.76 0 0.48
HSL 284.55º 0.61% 0.32% -
HSV(B) 284.55º 0.76% 0.52% -
XYZ 10.81 5.85 22.75 -
YUV 65.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 107 32 133 0.20 0.76 0 0.48 284.55 0.61 0.32
Hex 6B 20 85 14 4C 0 30 11D 3D 20
Octal 153 40 205 24 114 0 60 435 75 40
Binary 1101011 100000 10000101 10100 1001100 0 110000 100011101 111101 100000

Color Harmonies of #6B2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2085

Black with #6B2085

Text Example


Text Example

White with #6B2085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,32,133); }

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

background-color css

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

 a { background-color: rgb(107,32,133); }

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

border-color css

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

 span { border-color: rgb(107,32,133); }

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