Html Css Color HEX #6F427F Affair

📋 copy color: '#6F427F'

red 111 ◦ green 66 ◦ blue 127

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

Shades of Affair #6F427F

Tints of Affair #6F427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 127 (50% from 255) = 41.78%

R = 36.51%
G = 21.71%
B = 41.78%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F427F (or 0x6F427F) is known color: Affair. HEX triplet: 6F, 42 and 7F. RGB value is (111,66,127). Sum of RGB (Red+Green+Blue) = 111+66+127=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F427F is #90BD80. Grayscale: #565656. Windows color (decimal): -9485697 or 8340079. OLE color: 8340079.

HSL color Cylindrical-coordinate representation of color #6F427F: hue angle of 284.26º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F427F is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 66 127 -
CMYK 0.13 0.48 0 0.50
HSL 284.26º 0.32% 0.38% -
HSV(B) 284.26º 0.48% 0.5% -
XYZ 12.33 8.81 21.13 -
YUV 86.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 111 66 127 0.13 0.48 0 0.50 284.26 0.32 0.38
Hex 6F 42 7F D 30 0 32 11C 20 26
Octal 157 102 177 15 60 0 62 434 40 46
Binary 1101111 1000010 1111111 1101 110000 0 110010 100011100 100000 100110

Color Harmonies of #6F427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F427F

Black with #6F427F

Text Example


Text Example

White with #6F427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,127); }

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

background-color css

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

 a { background-color: rgb(111,66,127); }

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

border-color css

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

 span { border-color: rgb(111,66,127); }

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