Html Css Color HEX #6F498F Affair

📋 copy color: '#6F498F'

red 111 ◦ green 73 ◦ blue 143

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

Shades of Affair #6F498F

Tints of Affair #6F498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 33.94%
G = 22.32%
B = 43.73%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F498F (or 0x6F498F) is known color: Affair. HEX triplet: 6F, 49 and 8F. RGB value is (111,73,143). Sum of RGB (Red+Green+Blue) = 111+73+143=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F498F is #90B670. Grayscale: #5C5C5C. Windows color (decimal): -9483889 or 9390447. OLE color: 9390447.

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

Color convert

RGB 111 73 143 -
CMYK 0.22 0.49 0 0.44
HSL 272.57º 0.32% 0.42% -
HSV(B) 272.57º 0.49% 0.56% -
XYZ 13.9 10.13 27.21 -
YUV 92.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 111 73 143 0.22 0.49 0 0.44 272.57 0.32 0.42
Hex 6F 49 8F 16 31 0 2C 111 20 2A
Octal 157 111 217 26 61 0 54 421 40 52
Binary 1101111 1001001 10001111 10110 110001 0 101100 100010001 100000 101010

Color Harmonies of #6F498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F498F

Black with #6F498F

Text Example


Text Example

White with #6F498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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