Html Css Color HEX #6F537E Affair

📋 copy color: '#6F537E'

red 111 ◦ green 83 ◦ blue 126

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

Shades of Affair #6F537E

Tints of Affair #6F537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 34.69%
G = 25.94%
B = 39.38%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F537E (or 0x6F537E) is known color: Affair. HEX triplet: 6F, 53 and 7E. RGB value is (111,83,126). Sum of RGB (Red+Green+Blue) = 111+83+126=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #6F537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F537E is #90AC81. Grayscale: #606060. Windows color (decimal): -9481346 or 8278895. OLE color: 8278895.

HSL color Cylindrical-coordinate representation of color #6F537E: hue angle of 279.07º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F537E is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 83 126 -
CMYK 0.12 0.34 0 0.51
HSL 279.07º 0.21% 0.41% -
HSV(B) 279.07º 0.34% 0.49% -
XYZ 13.41 11.07 21.17 -
YUV 96.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 111 83 126 0.12 0.34 0 0.51 279.07 0.21 0.41
Hex 6F 53 7E C 22 0 33 117 15 29
Octal 157 123 176 14 42 0 63 427 25 51
Binary 1101111 1010011 1111110 1100 100010 0 110011 100010111 10101 101001

Color Harmonies of #6F537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F537E

Black with #6F537E

Text Example


Text Example

White with #6F537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,126); }

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

background-color css

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

 a { background-color: rgb(111,83,126); }

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

border-color css

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

 span { border-color: rgb(111,83,126); }

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