Html Css Color HEX #6B418C Affair

📋 copy color: '#6B418C'

red 107 ◦ green 65 ◦ blue 140

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

Shades of Affair #6B418C

Tints of Affair #6B418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 34.29%
G = 20.83%
B = 44.87%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B418C (or 0x6B418C) is known color: Affair. HEX triplet: 6B, 41 and 8C. RGB value is (107,65,140). Sum of RGB (Red+Green+Blue) = 107+65+140=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B418C is #94BE73. Grayscale: #555555. Windows color (decimal): -9748084 or 9191787. OLE color: 9191787.

HSL color Cylindrical-coordinate representation of color #6B418C: hue angle of 273.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B418C is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 65 140 -
CMYK 0.24 0.54 0 0.45
HSL 273.6º 0.37% 0.4% -
HSV(B) 273.6º 0.54% 0.55% -
XYZ 12.69 8.8 25.84 -
YUV 86.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 107 65 140 0.24 0.54 0 0.45 273.6 0.37 0.4
Hex 6B 41 8C 18 36 0 2D 112 25 28
Octal 153 101 214 30 66 0 55 422 45 50
Binary 1101011 1000001 10001100 11000 110110 0 101101 100010010 100101 101000

Color Harmonies of #6B418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B418C

Black with #6B418C

Text Example


Text Example

White with #6B418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,65,140); }

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

background-color css

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

 a { background-color: rgb(107,65,140); }

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

border-color css

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

 span { border-color: rgb(107,65,140); }

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