Html Css Color HEX #6B3A85 Affair

📋 copy color: '#6B3A85'

red 107 ◦ green 58 ◦ blue 133

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

Shades of Affair #6B3A85

Tints of Affair #6B3A85

RGB

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

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

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

R = 35.91%
G = 19.46%
B = 44.63%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B3A85 (or 0x6B3A85) is known color: Affair. HEX triplet: 6B, 3A and 85. RGB value is (107,58,133). Sum of RGB (Red+Green+Blue) = 107+58+133=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B3A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3A85 is #94C57A. Grayscale: #505050. Windows color (decimal): -9749883 or 8731243. OLE color: 8731243.

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

Color convert

RGB 107 58 133 -
CMYK 0.20 0.56 0 0.48
HSL 279.2º 0.39% 0.37% -
HSV(B) 279.2º 0.56% 0.52% -
XYZ 11.81 7.85 23.08 -
YUV 81.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 107 58 133 0.20 0.56 0 0.48 279.2 0.39 0.37
Hex 6B 3A 85 14 38 0 30 117 27 25
Octal 153 72 205 24 70 0 60 427 47 45
Binary 1101011 111010 10000101 10100 111000 0 110000 100010111 100111 100101

Color Harmonies of #6B3A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3A85

Black with #6B3A85

Text Example


Text Example

White with #6B3A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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