Html Css Color HEX #6B3987 Affair

📋 copy color: '#6B3987'

red 107 ◦ green 57 ◦ blue 135

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

Shades of Affair #6B3987

Tints of Affair #6B3987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 35.79%
G = 19.06%
B = 45.15%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B3987 (or 0x6B3987) is known color: Affair. HEX triplet: 6B, 39 and 87. RGB value is (107,57,135). Sum of RGB (Red+Green+Blue) = 107+57+135=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B3987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3987 is #94C678. Grayscale: #505050. Windows color (decimal): -9750137 or 8862059. OLE color: 8862059.

HSL color Cylindrical-coordinate representation of color #6B3987: hue angle of 278.46º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B3987 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 57 135 -
CMYK 0.21 0.58 0 0.47
HSL 278.46º 0.41% 0.38% -
HSV(B) 278.46º 0.58% 0.53% -
XYZ 11.9 7.8 23.8 -
YUV 80.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 107 57 135 0.21 0.58 0 0.47 278.46 0.41 0.38
Hex 6B 39 87 15 3A 0 2F 116 29 26
Octal 153 71 207 25 72 0 57 426 51 46
Binary 1101011 111001 10000111 10101 111010 0 101111 100010110 101001 100110

Color Harmonies of #6B3987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3987

Black with #6B3987

Text Example


Text Example

White with #6B3987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,135); }

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

background-color css

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

 a { background-color: rgb(107,57,135); }

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

border-color css

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

 span { border-color: rgb(107,57,135); }

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