Html Css Color HEX #6F478F Affair

📋 copy color: '#6F478F'

red 111 ◦ green 71 ◦ blue 143

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

Shades of Affair #6F478F

Tints of Affair #6F478F

RGB

 RED value IS 111 (43.75% from 255) = 34.15%

 GREEN value IS 71 (28.13% from 255) = 21.85%

 BLUE value IS 143 (56.25% from 255) = 44%

R = 34.15%
G = 21.85%
B = 44%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F478F (or 0x6F478F) is known color: Affair. HEX triplet: 6F, 47 and 8F. RGB value is (111,71,143). Sum of RGB (Red+Green+Blue) = 111+71+143=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F478F is #90B870. Grayscale: #5A5A5A. Windows color (decimal): -9484401 or 9389935. OLE color: 9389935.

HSL color Cylindrical-coordinate representation of color #6F478F: hue angle of 273.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F478F is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 71 143 -
CMYK 0.22 0.50 0 0.44
HSL 273.33º 0.34% 0.42% -
HSV(B) 273.33º 0.5% 0.56% -
XYZ 13.77 9.87 27.17 -
YUV 91.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 111 71 143 0.22 0.50 0 0.44 273.33 0.34 0.42
Hex 6F 47 8F 16 32 0 2C 111 22 2A
Octal 157 107 217 26 62 0 54 421 42 52
Binary 1101111 1000111 10001111 10110 110010 0 101100 100010001 100010 101010

Color Harmonies of #6F478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F478F

Black with #6F478F

Text Example


Text Example

White with #6F478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,71,143); }

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

background-color css

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

 a { background-color: rgb(111,71,143); }

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

border-color css

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

 span { border-color: rgb(111,71,143); }

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