Html Css Color HEX #6F488F Affair

📋 copy color: '#6F488F'

red 111 ◦ green 72 ◦ blue 143

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

Shades of Affair #6F488F

Tints of Affair #6F488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 34.05%
G = 22.09%
B = 43.87%

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

#6F488F (or 0x6F488F) is known color: Affair. HEX triplet: 6F, 48 and 8F. RGB value is (111,72,143). Sum of RGB (Red+Green+Blue) = 111+72+143=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F488F is #90B770. Grayscale: #5B5B5B. Windows color (decimal): -9484145 or 9390191. OLE color: 9390191.

HSL color Cylindrical-coordinate representation of color #6F488F: hue angle of 272.96º degrees, saturation: 0.33, 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 #6F488F is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 72 143 -
CMYK 0.22 0.50 0 0.44
HSL 272.96º 0.33% 0.42% -
HSV(B) 272.96º 0.5% 0.56% -
XYZ 13.83 10 27.19 -
YUV 91.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 111 72 143 0.22 0.50 0 0.44 272.96 0.33 0.42
Hex 6F 48 8F 16 32 0 2C 111 21 2A
Octal 157 110 217 26 62 0 54 421 41 52
Binary 1101111 1001000 10001111 10110 110010 0 101100 100010001 100001 101010

Color Harmonies of #6F488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F488F

Black with #6F488F

Text Example


Text Example

White with #6F488F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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