Html Css Color HEX #6B467C Affair

📋 copy color: '#6B467C'

red 107 ◦ green 70 ◦ blue 124

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

Shades of Affair #6B467C

Tints of Affair #6B467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 35.55%
G = 23.26%
B = 41.2%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B467C (or 0x6B467C) is known color: Affair. HEX triplet: 6B, 46 and 7C. RGB value is (107,70,124). Sum of RGB (Red+Green+Blue) = 107+70+124=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B467C is #94B983. Grayscale: #575757. Windows color (decimal): -9746820 or 8144491. OLE color: 8144491.

HSL color Cylindrical-coordinate representation of color #6B467C: hue angle of 281.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B467C is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 70 124 -
CMYK 0.14 0.44 0 0.51
HSL 281.11º 0.28% 0.38% -
HSV(B) 281.11º 0.44% 0.49% -
XYZ 11.89 8.96 20.17 -
YUV 87.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 107 70 124 0.14 0.44 0 0.51 281.11 0.28 0.38
Hex 6B 46 7C E 2C 0 33 119 1C 26
Octal 153 106 174 16 54 0 63 431 34 46
Binary 1101011 1000110 1111100 1110 101100 0 110011 100011001 11100 100110

Color Harmonies of #6B467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B467C

Black with #6B467C

Text Example


Text Example

White with #6B467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,124); }

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

background-color css

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

 a { background-color: rgb(107,70,124); }

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

border-color css

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

 span { border-color: rgb(107,70,124); }

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