Html Css Color HEX #6F4889 Affair

📋 copy color: '#6F4889'

red 111 ◦ green 72 ◦ blue 137

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

Shades of Affair #6F4889

Tints of Affair #6F4889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 34.69%
G = 22.5%
B = 42.81%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F4889 (or 0x6F4889) is known color: Affair. HEX triplet: 6F, 48 and 89. RGB value is (111,72,137). Sum of RGB (Red+Green+Blue) = 111+72+137=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F4889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4889 is #90B776. Grayscale: #5A5A5A. Windows color (decimal): -9484151 or 8996975. OLE color: 8996975.

HSL color Cylindrical-coordinate representation of color #6F4889: hue angle of 276º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F4889 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 72 137 -
CMYK 0.19 0.47 0 0.46
HSL 276º 0.31% 0.41% -
HSV(B) 276º 0.47% 0.54% -
XYZ 13.39 9.82 24.86 -
YUV 91.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 111 72 137 0.19 0.47 0 0.46 276 0.31 0.41
Hex 6F 48 89 13 2F 0 2E 114 1F 29
Octal 157 110 211 23 57 0 56 424 37 51
Binary 1101111 1001000 10001001 10011 101111 0 101110 100010100 11111 101001

Color Harmonies of #6F4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4889

Black with #6F4889

Text Example


Text Example

White with #6F4889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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