Html Css Color HEX #6B4584 Affair

📋 copy color: '#6B4584'

red 107 ◦ green 69 ◦ blue 132

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

Shades of Affair #6B4584

Tints of Affair #6B4584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

 BLUE value IS 132 (51.95% from 255) = 42.86%

R = 34.74%
G = 22.4%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B4584 (or 0x6B4584) is known color: Affair. HEX triplet: 6B, 45 and 84. RGB value is (107,69,132). Sum of RGB (Red+Green+Blue) = 107+69+132=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B4584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4584 is #94BA7B. Grayscale: #575757. Windows color (decimal): -9747068 or 8668523. OLE color: 8668523.

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

Color convert

RGB 107 69 132 -
CMYK 0.19 0.48 0 0.48
HSL 276.19º 0.31% 0.39% -
HSV(B) 276.19º 0.48% 0.52% -
XYZ 12.36 9.05 22.92 -
YUV 87.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 107 69 132 0.19 0.48 0 0.48 276.19 0.31 0.39
Hex 6B 45 84 13 30 0 30 114 1F 27
Octal 153 105 204 23 60 0 60 424 37 47
Binary 1101011 1000101 10000100 10011 110000 0 110000 100010100 11111 100111

Color Harmonies of #6B4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4584

Black with #6B4584

Text Example


Text Example

White with #6B4584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,132); }

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

background-color css

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

 a { background-color: rgb(107,69,132); }

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

border-color css

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

 span { border-color: rgb(107,69,132); }

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