Html Css Color HEX #6F4487 Affair

📋 copy color: '#6F4487'

red 111 ◦ green 68 ◦ blue 135

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

Shades of Affair #6F4487

Tints of Affair #6F4487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 35.35%
G = 21.66%
B = 42.99%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F4487 (or 0x6F4487) is known color: Affair. HEX triplet: 6F, 44 and 87. RGB value is (111,68,135). Sum of RGB (Red+Green+Blue) = 111+68+135=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F4487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4487 is #90BB78. Grayscale: #585858. Windows color (decimal): -9485177 or 8864879. OLE color: 8864879.

HSL color Cylindrical-coordinate representation of color #6F4487: hue angle of 278.51º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4487 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 68 135 -
CMYK 0.18 0.50 0 0.47
HSL 278.51º 0.33% 0.4% -
HSV(B) 278.51º 0.5% 0.53% -
XYZ 13 9.26 24.02 -
YUV 88.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 111 68 135 0.18 0.50 0 0.47 278.51 0.33 0.4
Hex 6F 44 87 12 32 0 2F 117 21 28
Octal 157 104 207 22 62 0 57 427 41 50
Binary 1101111 1000100 10000111 10010 110010 0 101111 100010111 100001 101000

Color Harmonies of #6F4487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4487

Black with #6F4487

Text Example


Text Example

White with #6F4487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,68,135); }

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

background-color css

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

 a { background-color: rgb(111,68,135); }

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

border-color css

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

 span { border-color: rgb(111,68,135); }

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