Html Css Color HEX #6A4B76 Affair

📋 copy color: '#6A4B76'

red 106 ◦ green 75 ◦ blue 118

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

Shades of Affair #6A4B76

Tints of Affair #6A4B76

RGB

 RED value IS 106 (41.8% from 255) = 35.45%

 GREEN value IS 75 (29.69% from 255) = 25.08%

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 35.45%
G = 25.08%
B = 39.46%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6A4B76 (or 0x6A4B76) is known color: Affair. HEX triplet: 6A, 4B and 76. RGB value is (106,75,118). Sum of RGB (Red+Green+Blue) = 106+75+118=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A4B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4B76 is #95B489. Grayscale: #595959. Windows color (decimal): -9811082 or 7752554. OLE color: 7752554.

HSL color Cylindrical-coordinate representation of color #6A4B76: hue angle of 283.26º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A4B76 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 75 118 -
CMYK 0.10 0.36 0 0.54
HSL 283.26º 0.22% 0.38% -
HSV(B) 283.26º 0.36% 0.46% -
XYZ 11.73 9.4 18.34 -
YUV 89.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 106 75 118 0.10 0.36 0 0.54 283.26 0.22 0.38
Hex 6A 4B 76 A 24 0 36 11B 16 26
Octal 152 113 166 12 44 0 66 433 26 46
Binary 1101010 1001011 1110110 1010 100100 0 110110 100011011 10110 100110

Color Harmonies of #6A4B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4B76

Black with #6A4B76

Text Example


Text Example

White with #6A4B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,75,118); }

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

background-color css

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

 a { background-color: rgb(106,75,118); }

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

border-color css

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

 span { border-color: rgb(106,75,118); }

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